summaryrefslogtreecommitdiffstats
path: root/base/include/base/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/include/base/strings.h')
-rw-r--r--base/include/base/strings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/include/base/strings.h b/base/include/base/strings.h
index ab56aad..3559342 100644
--- a/base/include/base/strings.h
+++ b/base/include/base/strings.h
@@ -25,7 +25,7 @@ namespace base {
// Splits a string into a vector of strings.
//
-// The string is split at each occurence of a character in delimiters.
+// The string is split at each occurrence of a character in delimiters.
//
// Empty splits will be omitted. I.e. Split("a,,b", ",") -> {"a", "b"}
//