summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-04-07 20:01:27 +0200
committerKarolin Seeger <kseeger@samba.org>2009-04-17 09:43:28 +0200
commit143e418c36969d1cd2c9495698aecd4aed3c45f3 (patch)
treeb3c3f8a990c636e8c142fdf19c30ea25a04b797a /source
parent427e8f4780d276ee6c2c3506f5322bb327b65d6e (diff)
downloadsamba-143e418c36969d1cd2c9495698aecd4aed3c45f3.tar.gz
samba-143e418c36969d1cd2c9495698aecd4aed3c45f3.tar.xz
samba-143e418c36969d1cd2c9495698aecd4aed3c45f3.zip
s3/popt.h: Fix typo.
This used to be commit 8da2fa36 in master. Karolin (cherry picked from commit 3df28fce45ce552df2c0815597fc1808ea08b363) (cherry picked from commit 89542c9dc4fede1547886b480791322f0497f277)
Diffstat (limited to 'source')
-rw-r--r--source/popt/popt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/popt/popt.h b/source/popt/popt.h
index 08701d73b5e..7b94a98d036 100644
--- a/source/popt/popt.h
+++ b/source/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 */