s3/popt.h: Fix typo.
authorKarolin Seeger <kseeger@samba.org>
Tue, 7 Apr 2009 18:01:27 +0000 (20:01 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 15 Apr 2009 07:08:06 +0000 (09:08 +0200)
Karolin
(cherry picked from commit 8da2fa36b4f4241d7d4cdbe254a2374dd373fe40)
(cherry picked from commit ecaca646f91750bc0a9a6f58ff1589197585ebdc)

popt/popt.h

index 08701d73b5e89eb5492ff2f53f8fa229d372ef63..7b94a98d0368967eb0bf089c95ff1668932e7157 100644 (file)
@@ -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 */