[Scummvm-git-logs] scummvm master -> 5280632b5182535c2d54956c1de55060e1d26dce

salty-horse ori at avtalion.name
Sat Oct 22 20:16:53 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5280632b51 SDL: Fix typos


Commit: 5280632b5182535c2d54956c1de55060e1d26dce
    https://github.com/scummvm/scummvm/commit/5280632b5182535c2d54956c1de55060e1d26dce
Author: Ori Avtalion (ori at avtalion.name)
Date: 2016-10-22T21:16:21+03:00

Commit Message:
SDL: Fix typos

Changed paths:
    backends/platform/sdl/sdl-window.h



diff --git a/backends/platform/sdl/sdl-window.h b/backends/platform/sdl/sdl-window.h
index 58b898f..b628609 100644
--- a/backends/platform/sdl/sdl-window.h
+++ b/backends/platform/sdl/sdl-window.h
@@ -81,7 +81,7 @@ public:
 	SDL_Window *getSDLWindow() const { return _window; }
 
 	/**
-	 * Creates a new SDL window (and destroies the old one).
+	 * Creates a new SDL window (and destroys the old one).
 	 *
 	 * @param width   Width of the window.
 	 * @param height  Height of the window.
@@ -91,7 +91,7 @@ public:
 	bool createWindow(int width, int height, uint32 flags);
 
 	/**
-	 * Destroies the current SDL window.
+	 * Destroys the current SDL window.
 	 */
 	void destroyWindow();
 





More information about the Scummvm-git-logs mailing list