summaryrefslogtreecommitdiff
path: root/modules/openid/openid.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openid/openid.install')
-rw-r--r--modules/openid/openid.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openid/openid.install b/modules/openid/openid.install
index 62955ad2b..f9d1671aa 100644
--- a/modules/openid/openid.install
+++ b/modules/openid/openid.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function openid_schema() {
$schema['openid_association'] = array(
@@ -59,7 +59,7 @@ function openid_schema() {
}
/**
- * Implement hook_requirements().
+ * Implements hook_requirements().
*/
function openid_requirements($phase) {
$requirements = array();