From a05cc8ce38777026b16ab4828ca0a6cd6e4e559bea7c288915d7f46d4aaf08c8 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 21 Feb 2025 17:09:32 +0300 Subject: [PATCH] Typo --- c/cmd/pp/pp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.48.1