about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
diff options
context:
space:
mode:
authorDariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl>2014-08-27 13:26:11 +0200
committerDariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl>2014-08-27 13:26:11 +0200
commit1dcc028a71238ee859ddb89ce8451a1af345c699 (patch)
treeeee4e7835e80b4ea8b4f247994364bfc81c8fee6 /src/ui/inputwin.c
parent24c6c47ff655a9d5b33843df6b77aafe2745cccd (diff)
downloadprofani-tty-1dcc028a71238ee859ddb89ce8451a1af345c699.tar.gz
Small spelling fixes in code and comments
Diffstat (limited to 'src/ui/inputwin.c')
-rw-r--r--src/ui/inputwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
index 8ae3abff..8bebfce8 100644
--- a/src/ui/inputwin.c
+++ b/src/ui/inputwin.c
@@ -272,7 +272,7 @@ _clear_input(void)
 /*
  * Deal with command editing, return 1 if ch was an edit
  * key press: up, down, left, right or backspace
- * return 0 if it wasnt
+ * return 0 if it wasn't
  */
 static int
 _handle_edit(int result, const wint_t ch, char *input, int *size)