diff -r a610a2df83d2 -r 12de6d73a908 scripts/release/util.py --- a/scripts/release/util.py Fri Mar 13 02:13:21 2009 +0000 +++ b/scripts/release/util.py Fri Mar 13 02:56:35 2009 +0000 @@ -33,7 +33,7 @@ _ANSI_ESCAPE = '\x1b[%dm' -# Some intrnal non-color settings that we use. +# Some internal non-color settings that we use. _RESET = 0 # Reset to terminal defaults. _BOLD = 1 # Brighter colors.