diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 12:33:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 12:33:21 +0100 |
commit | 0d6ce70e6f76e936d9673472cbd3195842a9cf81 (patch) | |
tree | 20421830f64beaf76e6d31bb2d32821c1e969d14 /src | |
parent | fix a memory leak (diff) | |
download | scrotty-0d6ce70e6f76e936d9673472cbd3195842a9cf81.tar.gz scrotty-0d6ce70e6f76e936d9673472cbd3195842a9cf81.tar.bz2 scrotty-0d6ce70e6f76e936d9673472cbd3195842a9cf81.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src')
-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[] = |