diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index f7141b1d0..1e36560c4 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -299,7 +299,7 @@ function comment_block($op = 'list', $delta = 0) { * * @param $number (optional) The maximum number of comments to find. * @return $comments An array of comment objects each containing a nid, - * subject, cid, and timstamp, or an empty array if there are no recent + * subject, cid, and timestamp, or an empty array if there are no recent * comments visible to the current user. */ function comment_get_recent($number = 10) { @@ -1912,7 +1912,7 @@ function theme_comment_post_forbidden($nid) { } /** - * Allow themable wrapping of all comments. + * Allow themeable wrapping of all comments. */ function theme_comment_wrapper($content) { return '<div id="comments">'. $content .'</div>'; |