Daniele Bartolini 1 год назад
Родитель
Сommit
bd55afe9e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/strings/dynamic_string.h

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

@@ -69,7 +69,7 @@ struct DynamicString
 	/// Returns whether the string starts with @a prefix.
 	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;
 
 	/// Returns the StringId32 of the string.