From: =?utf-8?q?Andreas_R=C3=B6nnquist?= <gusnan@debian.org>
Date: Tue, 3 Sep 2024 22:49:35 +0200
Subject: Fix spelling error colums/columns
Forwarded: https://puszcza.gnu.org.ua/bugs/index.php?632

---
 main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c
index 4477513..f47f30e 100644
--- a/main.c
+++ b/main.c
@@ -222,7 +222,7 @@ help(FILE *fp)
 	fprintf(fp, " -f      skip fuzzy translations\n");
 	fprintf(fp, " -k      keep user comments in output\n");
 	fprintf(fp, " -L      CMD understands -L option\n");
-	fprintf(fp, " -w NUM  set output text width to NUM colums\n");
+	fprintf(fp, " -w NUM  set output text width to NUM columns\n");
 	fprintf(fp, "\nReport bugs to <gray@gnu.org>.\n");
 }
 
