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 6f6e319b9..ac826fd47 100644 --- a/modules/openid/tests/openid_test.install +++ b/modules/openid/tests/openid_test.install @@ -7,7 +7,7 @@ */ /** - * Implementation of hook_install(). + * Implement 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 baaf07ce4..c84b10284 100644 --- a/modules/openid/tests/openid_test.module +++ b/modules/openid/tests/openid_test.module @@ -22,7 +22,7 @@ */ /** - * Implementation of hook_menu(). + * Implement hook_menu(). */ function openid_test_menu() { $items['openid-test/yadis/xrds'] = array( |