Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRihards Olups <git-no-reply@zabbix.com>2014-07-23 21:08:02 +0400
committerRihards Olups <git-no-reply@zabbix.com>2014-07-23 21:08:02 +0400
commitac745a502d9872dce2087e1534a09234f8dd9236 (patch)
treeac92b1eb7672dc39b7bbee19a9d917ba0875eeb0 /include/zbxgetopt.h
parentca3e4ea109d50a971b6e43ac6284da475b5debb7 (diff)
.......... [ZBX-954] unify spelling of 'non-zero'; thanks to volter for spotting
Diffstat (limited to 'include/zbxgetopt.h')
-rw-r--r--include/zbxgetopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxgetopt.h b/include/zbxgetopt.h
index 6501d5a23db..7222084bc64 100644
--- a/include/zbxgetopt.h
+++ b/include/zbxgetopt.h
@@ -69,7 +69,7 @@ extern int zbx_optopt;
To have a long-named option do something other than set an `int' to
a compiled-in constant, such as set a value from `optarg', set the
- option's `flag' field to zero and its `val' field to a nonzero
+ option's `flag' field to zero and its `val' field to a non-zero
value (the equivalent single-letter option character, if there is
one). For long options that have a zero `flag' field, `getopt'
returns the contents of the `val' field. */