diff --git a/subprocess.hpp b/subprocess.hpp index c3338f9..f25db0e 100755 --- a/subprocess.hpp +++ b/subprocess.hpp @@ -287,7 +287,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")