diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-04-07 20:01:27 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-04-07 20:05:21 +0200 |
commit | 8da2fa36b4f4241d7d4cdbe254a2374dd373fe40 (patch) | |
tree | 2f8d62ab3c55889dbc6a6b11ef2299ca03ad6033 /lib | |
parent | 4458809597ff4362a653ea5469c5237bbe2a0531 (diff) | |
download | samba-8da2fa36b4f4241d7d4cdbe254a2374dd373fe40.tar.gz samba-8da2fa36b4f4241d7d4cdbe254a2374dd373fe40.tar.bz2 samba-8da2fa36b4f4241d7d4cdbe254a2374dd373fe40.zip |
s3/popt.h: Fix typo.
Karolin
Diffstat (limited to 'lib')
-rw-r--r-- | lib/popt/popt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/popt/popt.h b/lib/popt/popt.h index 08701d73b5..7b94a98d03 100644 --- a/lib/popt/popt.h +++ b/lib/popt/popt.h @@ -83,7 +83,7 @@ #define POPT_ERROR_NOARG -10 /*!< missing argument */ #define POPT_ERROR_BADOPT -11 /*!< unknown option */ #define POPT_ERROR_OPTSTOODEEP -13 /*!< aliases nested too deeply */ -#define POPT_ERROR_BADQUOTE -15 /*!< error in paramter quoting */ +#define POPT_ERROR_BADQUOTE -15 /*!< error in parameter quoting */ #define POPT_ERROR_ERRNO -16 /*!< errno set, use strerror(errno) */ #define POPT_ERROR_BADNUMBER -17 /*!< invalid numeric value */ #define POPT_ERROR_OVERFLOW -18 /*!< number too large or too small */ |