From bafd048d4374324ce63e62e1d24ed7b77965787b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 22 Aug 2010 12:03:53 -0700 Subject: [PATCH] Fixed some typos in the documentation --- README.gesture | 4 ++-- README.touch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.gesture b/README.gesture index 2aace2f02..187a598b1 100644 --- a/README.gesture +++ b/README.gesture @@ -36,7 +36,7 @@ Saving: ------- To save a template, call SDL_SaveDollarTemplate(gestureId, src) where gestureId is the id of the gesture you want to save, and src is an SDL_RWops pointer to the file where the gesture will be stored. -To save all currently loaded templatesm, call SDL_SaveAllDollarTemplates(src) where source is an SDL_RWops pointer to the file where the gesture will be stored. +To save all currently loaded templates, call SDL_SaveAllDollarTemplates(src) where source is an SDL_RWops pointer to the file where the gesture will be stored. Both functions return the number of gestures sucessfully saved. @@ -69,4 +69,4 @@ Notes For a complete example see test/testgesture.c Please direct questions/comments to: - jim.tla+sdl_touch@gmail.com \ No newline at end of file + jim.tla+sdl_touch@gmail.com diff --git a/README.touch b/README.touch index 4ce127188..68b97c1be 100644 --- a/README.touch +++ b/README.touch @@ -10,7 +10,7 @@ The Mac and Iphone API's are pretty. If your touch device supports them then you iPhone: Works out of box. -Winows: +Windows: Unfortunately there is no windows support as of yet. Support for Windows 7 is planned, but we currently have no way to test. If you have a Windows 7 WM_TOUCH supported device, and are willing to help test please contact me at jim.tla+sdl_touch@gmail.com =========================================================================== @@ -98,4 +98,4 @@ Notes For a complete example see test/testgesture.c Please direct questions/comments to: - jim.tla+sdl_touch@gmail.com \ No newline at end of file + jim.tla+sdl_touch@gmail.com