diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-10-19 02:01:08 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-10-19 02:01:08 -0700 |
commit | af04db97122918ab66e0ee29fa14516a1ec042a3 (patch) | |
tree | 3c76d2e602da723fb0ab672477602c0215a48eaa /inc | |
parent | 14dd1564b8f04e9c4b658365f70f86133e38e6ad (diff) | |
parent | 61e0b2f8bbbac3ec582aa287e110b304a3986229 (diff) | |
download | rpg-af04db97122918ab66e0ee29fa14516a1ec042a3.tar.gz rpg-af04db97122918ab66e0ee29fa14516a1ec042a3.tar.bz2 |
Merge pull request #389 from splitbrain/comment_fixes
comment improvements
Diffstat (limited to 'inc')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 03e9dc751..a13c9e58c 100644 --- a/inc/html.php +++ b/inc/html.php @@ -428,7 +428,7 @@ function html_revisions($first=0, $media_id = false){ global $conf; global $lang; $id = $ID; - /* we need to get one additionally log entry to be able to + /* we need to get one additional log entry to be able to * decide if this is the last page or is there another one. * see html_recent() */ |