various typos in comments

This commit is contained in:
Kuba Brecka
2013-03-06 08:52:24 +01:00
parent f8e04a5c48
commit dc62136642
8 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ class DiffEngine
# generate an html friendly diff similar to the way Stack Exchange generate
# html diffs
#
# retruns: html containing decorations indicating the changes
# returns: html containing decorations indicating the changes
def self.html_diff(html_before, html_after)
end