diff --git a/subprocess.hpp b/subprocess.hpp index 8ebac01..d249e9e 100755 --- a/subprocess.hpp +++ b/subprocess.hpp @@ -403,7 +403,7 @@ namespace util * delimiters provided. * [in] deleims : Delimiter characters based upon which the string needs * to be split. Default constructed to ' '(space) and '\t'(tab) - * [out] vector : Vector of strings split at deleimiter. + * [out] vector : Vector of strings split at delimiter. */ static inline std::vector split(const std::string& str, const std::string& delims=" \t")