summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-filepath.h
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@gmail.com>2021-04-15 01:53:53 (GMT)
committerJohn Bampton <jbampton@gmail.com>2021-04-15 01:53:53 (GMT)
commit050b51751840837e9da6dad684c5ae0f87ab1f60 (patch)
tree7fbbe29a644a87921fcedd1cb5a7b60daca9f487 /googletest/include/gtest/internal/gtest-filepath.h
parent8d664b94bebc86a9d3c6272bb41039310c550e58 (diff)
downloadgoogletest-050b51751840837e9da6dad684c5ae0f87ab1f60.zip
googletest-050b51751840837e9da6dad684c5ae0f87ab1f60.tar.gz
googletest-050b51751840837e9da6dad684c5ae0f87ab1f60.tar.bz2
chore: fix spellingrefs/pull/3364/head
Diffstat (limited to 'googletest/include/gtest/internal/gtest-filepath.h')
-rw-r--r--googletest/include/gtest/internal/gtest-filepath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-filepath.h b/googletest/include/gtest/internal/gtest-filepath.h
index 4b5aa3b..0c033ab 100644
--- a/googletest/include/gtest/internal/gtest-filepath.h
+++ b/googletest/include/gtest/internal/gtest-filepath.h
@@ -195,7 +195,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;