From c8367873ace633598d1a2046692ccc47f640c198 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:15:27 +0100 Subject: fix text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- numtext.c | 2 +- swedish.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/numtext.c b/numtext.c index 18d6c2c..eecca38 100644 --- a/numtext.c +++ b/numtext.c @@ -9,7 +9,7 @@ int main(int argc, char *argv[]) { if (!argc) { - fprintf(stderr, "numtext: no command lines arguments specified, don't know what to execute\n"); + fprintf(stderr, "numtext: no command-line arguments specified, don't know what to execute\n"); return 1; } diff --git a/swedish.c b/swedish.c index d086fc5..72b146b 100644 --- a/swedish.c +++ b/swedish.c @@ -7,9 +7,9 @@ * All my life, I've seen Swedish numbers, being written out * in letters, completely absent of spaces. Banks, lotteries, * brokers commonly write out large numbers in letters, and - * all of theme write without spaces; however to make it more - * readable (which isn't really necessary), they do capitalise - * some letters: for example, I bought by appartment for + * all of them write without spaces; however to make it more + * readable (which is not really necessary), they do capitalise + * some letters: for example, I bought my apartment for * “TvåmiljonerNittioFemtusen” (2095000) SEK. Actually, this * capitalisation is even a bit confusing because you naturally * read it as 2000000–90–5000 rather than 2000000–95000. -- cgit v1.2.3-70-g09d2