s/non-zero/nonzero/g

This commit is contained in:
Jim Meyering 1995-11-27 05:34:31 +00:00
parent 7e9dc9c5e2
commit 3551197626
1 changed files with 2 additions and 2 deletions

View File

@ -161,10 +161,10 @@ extern char **environ;
/* The name this program was run with. */
char *program_name;
/* If non-zero, display usage information and exit. */
/* If nonzero, display usage information and exit. */
static int show_help;
/* If non-zero, print the version on standard output and exit. */
/* If nonzero, print the version on standard output and exit. */
static int show_version;
/* If nonzero, pass the `-f' option to the subshell. */