#711180 by jerdiggity: Fixed Typo in openid requirements BC Math lib.

merge-requests/26/head
Angie Byron 2010-02-11 15:48:38 +00:00
parent 8d1f703f3a
commit 30ae1fb559
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ function openid_requirements($phase) {
'severity' => REQUIREMENT_OK,
);
}
$requirements['bcmath']['title'] = t('BC Match library');
$requirements['bcmath']['title'] = t('BC Math library');
}
return $requirements;