From 05e7f7f4388bde882b7ce74124000a4d435affff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=CC=88=20Blade?= Date: Wed, 22 Apr 2015 11:33:17 +0100 Subject: Fix a few typos Reviewed-by: Francisco Jerez --- src/gtest/include/gtest/internal/gtest-filepath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gtest/include') diff --git a/src/gtest/include/gtest/internal/gtest-filepath.h b/src/gtest/include/gtest/internal/gtest-filepath.h index 7a13b4b..1844506 100644 --- a/src/gtest/include/gtest/internal/gtest-filepath.h +++ b/src/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; -- cgit v1.1