Source: petris Version: 1.0.1-8 Severity: minor See the attached patch.
-- Jakub Wilk
diff --git a/main.c b/main.c
--- a/main.c
+++ b/main.c
@@ -80,7 +80,7 @@
cmd = tigetstr("civis");
if (cmd == (char *)-1) {
- fprintf(stderr, "Warning! Your termianl does not support cursor on / off\n");
+ fprintf(stderr, "Warning! Your terminal does not support cursor on / off\n");
sleep(3);
return;
}

