From 40b6642e1f54f8b61a232e1d36b739c43ba6c8e4 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 4 Jul 2021 18:45:14 +0200 Subject: [PATCH] Fix typo in Util::split_into_views doc string --- src/Util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util.hpp b/src/Util.hpp index 6e3ed4a46..0d2504670 100644 --- a/src/Util.hpp +++ b/src/Util.hpp @@ -419,7 +419,7 @@ size_change_kibibyte(const Stat& old_stat, const Stat& new_stat) } // Split `input` into words at any of the characters listed in `separators`. -// These words are a view into `input`; empty words are omitted. `separators2` +// These words are a view into `input`; empty words are omitted. `separators` // must neither be the empty string nor a nullptr. std::vector split_into_views(nonstd::string_view input, const char* separators); -- 2.47.2