summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--numtext.c2
-rw-r--r--swedish.c6
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.