diff options
Diffstat (limited to 'manual/examples/argp-ex2.c')
-rw-r--r-- | manual/examples/argp-ex2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/examples/argp-ex2.c b/manual/examples/argp-ex2.c index 66eed95dec..313c6819a2 100644 --- a/manual/examples/argp-ex2.c +++ b/manual/examples/argp-ex2.c @@ -15,7 +15,7 @@ but not in this small program). There are also two global variables that argp knows about defined here, ARGP_PROGRAM_VERSION and ARGP_PROGRAM_BUG_ADDRESS (they are - global variables becuase they will almost always be constant + global variables because they will almost always be constant for a given program, even if it uses different argument parsers for various tasks). */ |