diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-05 20:55:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-05 20:55:42 +0000 |
commit | 9442cd75d3a2b98974bc4b0e24039b3433331688 (patch) | |
tree | 9cbe770833dd88d9853f2f2c7f3f8f20f5809ab3 /manual/examples/argp-ex2.c | |
parent | 79a89641e0ab60509ee755164e90b5e15c58613b (diff) | |
download | glibc-9442cd75d3a2b98974bc4b0e24039b3433331688.tar.gz glibc-9442cd75d3a2b98974bc4b0e24039b3433331688.tar.xz glibc-9442cd75d3a2b98974bc4b0e24039b3433331688.zip |
Fix typos.
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). */ |