summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2013-11-24 17:47:55 +0000
committerjbj <jbj>2013-11-24 17:47:55 +0000
commite3c1078ac4fcff390274cb47b1e460ae6850b06b (patch)
treed389ad0f7edd804c5fa43d4277d60f54402deb2f
parentdbc8bce0c9067fcb7845943be903fbd79abf1dd5 (diff)
downloadlibpopt-e3c1078ac4fcff390274cb47b1e460ae6850b06b.tar.gz
- spell corrections.
-rw-r--r--popt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/popt.3 b/popt.3
index f768199..3c5c7de 100644
--- a/popt.3
+++ b/popt.3
@@ -200,7 +200,7 @@ arguments.
.RB "This macro includes another option table (via " POPT_ARG_INCLUDE_TABLE
; see below) in the main one which provides the table entries for these
.RB "arguments. When " --usage " or " --help " are passed to programs which
-use popt's automatical help, popt displays the appropriate message on
+use popt's automatic help, popt displays the appropriate message on
stderr as soon as it finds the option, and exits the program with a
return code of 0. If you want to use popt's automatic help generation in
a different way, you need to explicitly add the option entries to your programs
@@ -473,7 +473,7 @@ A parsed string has a quotation mismatch (such as a single quotation
.TP
.B POPT_ERROR_BADNUMBER
A conversion from a string to a number (int or long) failed due
-to the string containing nonnumeric characters. This occurs when
+to the string containing non-numeric characters. This occurs when
.BR poptGetNextOpt() " is processing an argument of type "
.BR POPT_ARG_INT ", " POPT_ARG_SHORT ", " POPT_ARG_LONG ", " POPT_ARG_LONGLONG ", "
.RB POPT_ARG_FLOAT ", or " POPT_ARG_DOUBLE "."