From 3df28fce45ce552df2c0815597fc1808ea08b363 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 7 Apr 2009 20:01:27 +0200 Subject: [PATCH] s3/popt.h: Fix typo. This used to be commit 8da2fa36 in master. Karolin --- source/popt/popt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2