diff options
Diffstat (limited to 'manual/examples/argp-ex4.c')
-rw-r--r-- | manual/examples/argp-ex4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/examples/argp-ex4.c b/manual/examples/argp-ex4.c index fa5a8d00ec..8628a235dd 100644 --- a/manual/examples/argp-ex4.c +++ b/manual/examples/argp-ex4.c @@ -19,7 +19,7 @@ is longer, describing the behavior in more detail. All documentation strings are automatically filled for output, although newlines may be included to force a line break at a - particular point. All documenation strings are also passed to + particular point. All documentation strings are also passed to the `gettext' function, for possible translation into the current locale. */ |