summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-04 15:11:59 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-04 15:11:59 +0000
commita55520227686fe6ea5b1a003cb0c91538dfc9d55 (patch)
tree6998baee5fbb8a4f835883a32fd486d6ec503628 /modules
parent1b5ce2b18f6cee7e13986ca49da9f60d43064e6f (diff)
downloadbrdo-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.module2
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 {