diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-04 15:11:59 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-04 15:11:59 +0000 |
commit | a55520227686fe6ea5b1a003cb0c91538dfc9d55 (patch) | |
tree | 6998baee5fbb8a4f835883a32fd486d6ec503628 /modules | |
parent | 1b5ce2b18f6cee7e13986ca49da9f60d43064e6f (diff) | |
download | brdo-a55520227686fe6ea5b1a003cb0c91538dfc9d55.tar.gz brdo-a55520227686fe6ea5b1a003cb0c91538dfc9d55.tar.bz2 |
#195161 follow up by keith.smith: fix typo in code comment
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 2711bd90d..2c2330d1a 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1777,7 +1777,7 @@ function theme_comment_post_forbidden($node) { } if (variable_get('user_register', 1)) { - // Users can register themselfs. + // Users can register themselves. return t('<a href="@login">Login</a> or <a href="@register">register</a> to post comments', array('@login' => url('user/login', array('query' => $destination)), '@register' => url('user/register', array('query' => $destination)))); } else { |