Parcourir la source

resource: fix typo

Daniele Bartolini il y a 1 an
Parent
commit
456f3bdf09
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
 };