diff options
author | Brad Hards <bradh@frogmouth.net> | 2010-02-21 16:31:46 +1100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-02-22 21:45:32 +0100 |
commit | 842fb05b1111fbf607f05f51d2f271d32bd052a8 (patch) | |
tree | f24d30d31ee8b64367126e4a2938d7f91dee23be | |
parent | 119a8230ebeaf1eb95682a3d5c7b8675791c02fd (diff) | |
download | samba-842fb05b1111fbf607f05f51d2f271d32bd052a8.tar.gz |
Spelling fixes for popt API documentation.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
-rw-r--r-- | lib/popt/popt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/popt/popt.h b/lib/popt/popt.h index 7b94a98d036..c60ae29c190 100644 --- a/lib/popt/popt.h +++ b/lib/popt/popt.h @@ -458,7 +458,7 @@ void poptSetExecPath(poptContext con, const char * path, int allowAbsolute) /** \ingroup popt * Print detailed description of options. * @param con context - * @param fp ouput file handle + * @param fp output file handle * @param flags (unused) */ void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags) @@ -468,7 +468,7 @@ void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags) /** \ingroup popt * Print terse description of options. * @param con context - * @param fp ouput file handle + * @param fp output file handle * @param flags (unused) */ void poptPrintUsage(poptContext con, FILE * fp, /*@unused@*/ int flags) |