summaryrefslogtreecommitdiff
path: root/popt.h
diff options
context:
space:
mode:
Diffstat (limited to 'popt.h')
-rw-r--r--popt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/popt.h b/popt.h
index f0a9c96..9d01747 100644
--- a/popt.h
+++ b/popt.h
@@ -426,7 +426,7 @@ int poptReadConfigFile(poptContext con, const char * fn)
/** \ingroup popt
* Read configuration file(s).
* Colon separated files to read, looping over poptReadConfigFile().
- * Note that an '@' character preceeding a path in the list will
+ * Note that an '@' character preceding a path in the list will
* also perform additional sanity checks on the file before reading.
* @param con context
* @param paths colon separated file name(s) to read