Bladeren bron

resource: fix typo

Daniele Bartolini 1 jaar geleden
bovenliggende
commit
456f3bdf09
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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);
 	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();
 	const char *platform_name();
 };
 };