diff options
Diffstat (limited to 'modules/openid/tests')
-rw-r--r-- | modules/openid/tests/openid_test.install | 2 | ||||
-rw-r--r-- | modules/openid/tests/openid_test.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/openid/tests/openid_test.install b/modules/openid/tests/openid_test.install index ac826fd47..f59c3c701 100644 --- a/modules/openid/tests/openid_test.install +++ b/modules/openid/tests/openid_test.install @@ -7,7 +7,7 @@ */ /** - * Implement hook_install(). + * Implements hook_install(). */ function openid_test_install() { module_load_include('inc', 'openid'); diff --git a/modules/openid/tests/openid_test.module b/modules/openid/tests/openid_test.module index 365ddf9b3..4bf839d58 100644 --- a/modules/openid/tests/openid_test.module +++ b/modules/openid/tests/openid_test.module @@ -22,7 +22,7 @@ */ /** - * Implement hook_menu(). + * Implements hook_menu(). */ function openid_test_menu() { $items['openid-test/yadis/xrds'] = array( |