summaryrefslogtreecommitdiff
path: root/manual/examples
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-11-05 20:55:42 +0000
committerUlrich Drepper <drepper@redhat.com>2001-11-05 20:55:42 +0000
commit9442cd75d3a2b98974bc4b0e24039b3433331688 (patch)
tree9cbe770833dd88d9853f2f2c7f3f8f20f5809ab3 /manual/examples
parent79a89641e0ab60509ee755164e90b5e15c58613b (diff)
Fix typos.
Diffstat (limited to 'manual/examples')
-rw-r--r--manual/examples/argp-ex2.c2
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). */