summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/strutl.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/contrib/strutl.h')
-rw-r--r--apt-pkg/contrib/strutl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/strutl.h b/apt-pkg/contrib/strutl.h
index c5c8e2382..ef1172678 100644
--- a/apt-pkg/contrib/strutl.h
+++ b/apt-pkg/contrib/strutl.h
@@ -93,7 +93,7 @@ std::vector<std::string> VectorizeString(std::string const &haystack, char const
*
* \param input The input string.
*
- * \param sep The seperator to use.
+ * \param sep The separator to use.
*
* \param maxsplit (optional) The maximum amount of splitting that
* should be done .