summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-filepath.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-02-13 20:25:57 (GMT)
committerGennadiy Civil <misterg@google.com>2018-02-13 20:25:57 (GMT)
commita3e322b24f9a9b728004823cd43c0405ffe8bd7a (patch)
tree3b6053bd3cb619e345daf8e701cc59d09e9994d6 /googletest/include/gtest/internal/gtest-filepath.h
parent68e4f076e5e1e4c307fb0d3da84f146e85634c1c (diff)
downloadgoogletest-a3e322b24f9a9b728004823cd43c0405ffe8bd7a.zip
googletest-a3e322b24f9a9b728004823cd43c0405ffe8bd7a.tar.gz
googletest-a3e322b24f9a9b728004823cd43c0405ffe8bd7a.tar.bz2
cleanup, merges
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 bce50dc..406597a 100644
--- a/googletest/include/gtest/internal/gtest-filepath.h
+++ b/googletest/include/gtest/internal/gtest-filepath.h
@@ -191,7 +191,7 @@ class GTEST_API_ FilePath {
void Normalize();
- // Returns a pointer to the last ioccurrence of a valid path separator in
+ // Returns a pointer to the last occurence 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;