Răsfoiți Sursa

For Travis CI - give instruction to [ccache clear]. Close #838.

Yao Wei Tjong 姚伟忠 10 ani în urmă
părinte
comite
7947df8299
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Source/Urho3D/Container/Str.h

+ 1 - 1
Source/Urho3D/Container/Str.h

@@ -421,7 +421,7 @@ public:
     /// Return comparison result with a C string.
     /// Return comparison result with a C string.
     int Compare(const char* str, bool caseSensitive = true) const;
     int Compare(const char* str, bool caseSensitive = true) const;
 
 
-    /// Return whether contains a specific occurence of a string.
+    /// Return whether contains a specific occurrence of a string.
     bool Contains(const String& str, bool caseSensitive = true) const { return Find(str, 0, caseSensitive) != NPOS; }
     bool Contains(const String& str, bool caseSensitive = true) const { return Find(str, 0, caseSensitive) != NPOS; }
 
 
     /// Return whether contains a specific character.
     /// Return whether contains a specific character.