aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:05:46 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:05:46 +0100
commit3b5e33463bc826f807e5a5ee14bd4ca1a826efd7 (patch)
tree2d59122ddb4b1c980070694fb7fc9017c58a601a /README
parentFix warnings (diff)
downloadluhncheck-master.tar.gz
luhncheck-master.tar.bz2
luhncheck-master.tar.xz
fix doc textHEAD1.0.1master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 08f88d5..ce895d0 100644
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ OPERANDS
STDOUT
The luhncheck utility will print one line per number, in the
order they are provided in the command line, to the standard
- output. Each line will be use the format
+ output. Each line will use the format
"%s is %s\n", number, <"OK" if valid, "invalid" otherwise>.
@@ -34,7 +34,7 @@ EXIT STATUS
1 At least one number is invalid.
- 2 An error occured.
+ 2 An error occurred.
SEE ALSO
gluhncheck(1)