Fix a few typos
[mesa.git] / src / gtest / include / gtest / internal / gtest-filepath.h
index 7a13b4b0de6083bbfe6963f8c0ed16e27de77012..184450686c515b09fade500e9b6bdc6284bc8a33 100644 (file)
@@ -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;