Browse Source

Fix spelling in comment

coverity_scan
Daniel Scharrer 13 years ago
parent
commit
0a65ff271c
  1. 2
      src/util/console.cpp

2
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;
}

Loading…
Cancel
Save