fix some typos master v1.0
authorOlivier Matz <zer0@droids-corp.org>
Sun, 6 Jan 2013 17:46:44 +0000 (18:46 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Mon, 28 Jan 2013 14:34:07 +0000 (15:34 +0100)
Signed-off-by: Olivier Matz <zer0@droids-corp.org>
diff2html.py

index 3ab4957..71ac19a 100644 (file)
@@ -19,7 +19,7 @@
 # Transform a unified diff from stdin to a colored
 # side-by-side HTML page on stdout.
 #
 # Transform a unified diff from stdin to a colored
 # side-by-side HTML page on stdout.
 #
-# Authors: Olivier MATZ <zer0@droids-corp.org>
+# Authors: Olivier Matz <zer0@droids-corp.org>
 #          Alan De Smet <adesmet@cs.wisc.edu>
 #          Sergey Satskiy <sergey.satskiy@gmail.com>
 #          scito <info at scito.ch>
 #          Alan De Smet <adesmet@cs.wisc.edu>
 #          Sergey Satskiy <sergey.satskiy@gmail.com>
 #          scito <info at scito.ch>
@@ -29,7 +29,7 @@
 #
 # TODO:
 # - The sane function currently mashes non-ASCII characters to "."
 #
 # TODO:
 # - The sane function currently mashes non-ASCII characters to "."
-#   Instead be clever and convert to something like "xF0" 
+#   Instead be clever and convert to something like "xF0"
 #   (the hex value), and mark with a <span>.  Even more clever:
 #   Detect if the character is "printable" for whatever definition,
 #   and display those directly.
 #   (the hex value), and mark with a <span>.  Even more clever:
 #   Detect if the character is "printable" for whatever definition,
 #   and display those directly.