Fix typo in comment

Michael Droettboom 14 years ago
parent e8be6bbe50
commit a5d7dd8d2b

@ -72,8 +72,8 @@ IPython.utils = (function (IPython) {
return txt;
}
// Remove chunks that should be overridden by the effect carriage
// return characters
// Remove chunks that should be overridden by the effect of
// carriage return characters
function fixCarriageReturn(txt) {
tmp = txt;
do {

Loading…
Cancel
Save