Merge pull request #1446 from tholsapp/master

Fixed typos
This commit is contained in:
Gennadiy Civil
2018-02-09 11:34:26 -05:00
committed by GitHub
14 changed files with 27 additions and 27 deletions

View File

@@ -191,7 +191,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 ioccurrence 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;