Daniele Bartolini 10 месяцев назад
Родитель
Сommit
485707956f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/device/device.h

+ 1 - 1
src/device/device.h

@@ -107,7 +107,7 @@ struct Device
 	/// Returns command line parameters.
 	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.
 	void quit(int exit_code = EXIT_SUCCESS);