Daniele Bartolini 1 год назад
Родитель
Сommit
456f3bdf09
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/resource/compile_options.h

+ 1 - 1
src/resource/compile_options.h

@@ -160,7 +160,7 @@ struct CompileOptions
 	///
 	void read_output(StringStream &ss, Process &pr);
 
-	/// Returns the target platfom as a string.
+	/// Returns the target platform as a string.
 	const char *platform_name();
 };