From 90f4dbc89bd02091740b3602c99b66aa71c5dd90 Mon Sep 17 00:00:00 2001 From: Marco Antognini Date: Mon, 29 Jul 2013 15:55:31 +0200 Subject: [PATCH] Fix typo (close #438) --- tools/xcode/templates/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xcode/templates/readme.txt b/tools/xcode/templates/readme.txt index ab287304..b0eeb4e7 100644 --- a/tools/xcode/templates/readme.txt +++ b/tools/xcode/templates/readme.txt @@ -23,7 +23,7 @@ The templates were written by Marco Antognini and ar Features -------- - * You can choose between command line tool or bundle application, the latter will contains all SFML dependancies so you can run your app on another computer without manually installing SFML. + * You can choose between command line tool or bundle application, the latter will contains all SFML dependencies so you can run your app on another computer without manually installing SFML. * You can choose between using SFML libraries as dylibs or frameworks. * You can choose your compiler and C++ standard library / dialect. * You can choose with SFML module you want to use into your project.