diff options
author | Edward Betts <edward@4angle.com> | 2018-01-19 07:54:14 +0000 |
---|---|---|
committer | Edward Betts <edward@4angle.com> | 2018-03-05 17:00:40 +0000 |
commit | fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f (patch) | |
tree | fdecfb85c0c37dea5436d8c971ef5afca2c2c4d7 /tests/gtest/src | |
parent | Merge pull request #3303 (diff) | |
download | monero-fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f.tar.xz |
Correct spelling mistakes.
Diffstat (limited to 'tests/gtest/src')
-rw-r--r-- | tests/gtest/src/gtest-filepath.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtest/src/gtest-filepath.cc b/tests/gtest/src/gtest-filepath.cc index 0292dc119..3bb275488 100644 --- a/tests/gtest/src/gtest-filepath.cc +++ b/tests/gtest/src/gtest-filepath.cc @@ -130,7 +130,7 @@ FilePath FilePath::RemoveExtension(const char* extension) const { return *this; } -// 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* FilePath::FindLastPathSeparator() const { |