Bladeren bron

device: fix typo

Daniele Bartolini 10 maanden geleden
bovenliggende
commit
485707956f
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/device/device.h

+ 1 - 1
src/device/device.h

@@ -107,7 +107,7 @@ struct Device
 	/// Returns command line parameters.
 	/// Returns command line parameters.
 	const char **argv() const;
 	const char **argv() const;
 
 
-	/// Quits the application. On platorms that support it, @a exit_code is
+	/// Quits the application. On platforms that support it, @a exit_code is
 	/// returned to the system after the application exits.
 	/// returned to the system after the application exits.
 	void quit(int exit_code = EXIT_SUCCESS);
 	void quit(int exit_code = EXIT_SUCCESS);