From: Sergey Matveev Date: Fri, 21 Feb 2025 14:09:32 +0000 (+0300) Subject: Typo X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a05cc8ce38777026b16ab4828ca0a6cd6e4e559bea7c288915d7f46d4aaf08c8;p=keks.git Typo --- diff --git a/c/cmd/pp/pp.c b/c/cmd/pp/pp.c index ea68877..a733079 100644 --- a/c/cmd/pp/pp.c +++ b/c/cmd/pp/pp.c @@ -65,7 +65,7 @@ usage(void) " --max-str-len X -- limit output of strings to X (40 by default)\n" " --do-encode -- encode the data after decoding, just to test\n" " --no-offsets -- do not print offsets\n" - " --no-totals -- do noit print memory consumption totals\n" + " --no-totals -- do not print memory consumption totals\n" "", stderr); exit(EXIT_FAILURE);