From 0a65ff271cc4aa482c294a3601bc157abeab3c0f Mon Sep 17 00:00:00 2001 From: Daniel Scharrer Date: Sat, 19 Jan 2013 17:39:12 +0100 Subject: [PATCH] Fix spelling in comment --- src/util/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/console.cpp b/src/util/console.cpp index 16b9e13..5196aef 100644 --- a/src/util/console.cpp +++ b/src/util/console.cpp @@ -132,7 +132,7 @@ static int query_screen_width() { return w.ws_col; } - // Addume a default screen width of 80 columns + // Assume a default screen width of 80 columns return 80; }