diff options
-rw-r--r-- | src/scrotty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrotty.c b/src/scrotty.c index 5624e28..c076fa4 100644 --- a/src/scrotty.c +++ b/src/scrotty.c @@ -51,7 +51,7 @@ * work even if there are longer lines), therefore the selected whitespace * is LF (new line). * - * ASCII is wider supported than binary, and is create for version control, + * ASCII has wider support than binary, and is create for version control, * especifially with one datum per line. */ const char* inttable[] = |