From b1827ddb6d701d7d6f39b1477ae17a9a69b98747 Mon Sep 17 00:00:00 2001 From: JacksonCoder Date: Fri, 17 Jun 2016 07:10:54 -0600 Subject: [PATCH] Fixed a small typo in the Xcode Template --- tools/xcode/templates/SFML/SFML App.xctemplate/main.cpp | 2 +- tools/xcode/templates/SFML/SFML CLT.xctemplate/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/xcode/templates/SFML/SFML App.xctemplate/main.cpp b/tools/xcode/templates/SFML/SFML App.xctemplate/main.cpp index d34ede6a..58ac6660 100644 --- a/tools/xcode/templates/SFML/SFML App.xctemplate/main.cpp +++ b/tools/xcode/templates/SFML/SFML App.xctemplate/main.cpp @@ -1,6 +1,6 @@ // -// Disclamer: +// Disclaimer: // ---------- // // This code will work only if you selected window, graphics and audio. diff --git a/tools/xcode/templates/SFML/SFML CLT.xctemplate/main.cpp b/tools/xcode/templates/SFML/SFML CLT.xctemplate/main.cpp index 37c0a7f6..106f6e2b 100644 --- a/tools/xcode/templates/SFML/SFML CLT.xctemplate/main.cpp +++ b/tools/xcode/templates/SFML/SFML CLT.xctemplate/main.cpp @@ -1,6 +1,6 @@ // -// Disclamer: +// Disclaimer: // ---------- // // This code will work only if you selected window, graphics and audio.