commit | 40e7ef0f657102f3067cb85f0eb45b24b214381a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Apr 18 00:17:33 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Apr 18 00:17:34 2015 +0000 |
tree | 817e851cb31bc9a23b066099240d39ed8f6ee5dd | |
parent | bdc20808986f5c8f7ec77ca8205a9e766753200a [diff] | |
parent | 60dce9cbd289bf47a3f96442e8ae40b4e0666ad4 [diff] |
Merge "Fix comment typo."
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 @@ // 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"} //