aboutsummaryrefslogtreecommitdiff
path: root/tests/gtest/include
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2018-01-19 07:54:14 +0000
committerEdward Betts <edward@4angle.com>2018-03-05 17:00:40 +0000
commitfbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f (patch)
treefdecfb85c0c37dea5436d8c971ef5afca2c2c4d7 /tests/gtest/include
parentMerge pull request #3303 (diff)
downloadmonero-fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f.tar.xz
Correct spelling mistakes.
Diffstat (limited to 'tests/gtest/include')
-rw-r--r--tests/gtest/include/gtest/internal/gtest-filepath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtest/include/gtest/internal/gtest-filepath.h b/tests/gtest/include/gtest/internal/gtest-filepath.h
index 7a13b4b0d..184450686 100644
--- a/tests/gtest/include/gtest/internal/gtest-filepath.h
+++ b/tests/gtest/include/gtest/internal/gtest-filepath.h
@@ -192,7 +192,7 @@ class GTEST_API_ FilePath {
void Normalize();
- // Returns a pointer to the last occurence of a valid path separator in
+ // Returns a pointer to the last occurrence of a valid path separator in
// the FilePath. On Windows, for example, both '/' and '\' are valid path
// separators. Returns NULL if no path separator was found.
const char* FindLastPathSeparator() const;