2
0
Daniele Bartolini 1 жил өмнө
parent
commit
bd55afe9e2

+ 1 - 1
src/core/strings/dynamic_string.h

@@ -69,7 +69,7 @@ struct DynamicString
 	/// Returns whether the string starts with @a prefix.
 	/// Returns whether the string starts with @a prefix.
 	bool has_prefix(const char *prefix) const;
 	bool has_prefix(const char *prefix) const;
 
 
-	/// Returns wheterh the string ends with @a suffix.
+	/// Returns whether the string ends with @a suffix.
 	bool has_suffix(const char *suffix) const;
 	bool has_suffix(const char *suffix) const;
 
 
 	/// Returns the StringId32 of the string.
 	/// Returns the StringId32 of the string.