From 160f3672db544a6513dc80cd18796086eecbf571 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 6 Jun 2015 10:38:23 -0400 Subject: [PATCH] Typo: Error in comment. --- src/interactive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interactive.cpp b/src/interactive.cpp index f397b25c9..37c0dcf07 100644 --- a/src/interactive.cpp +++ b/src/interactive.cpp @@ -65,7 +65,7 @@ int Context::getWidth () // Ncurses does this, and perhaps we need to as well, to avoid a problem on // Cygwin where the display goes right up to the terminal width, and causes - // and odd color wrapping problem. + // an odd color wrapping problem. if (config.getBoolean ("avoidlastcolumn")) --width; }