From 93db8f4d47fa3b2df6939761f9ed19bdd9bf4a1f Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Mon, 5 Oct 2015 11:53:14 -0400 Subject: [PATCH] Fix typographical error(s) Changed carefull to careful in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba8f290..0b7bc65 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ http://stackoverflow.com/questions/11862964/uncrustify-doesnt-support-for-the-ne ### Check that your Xcode application is named "Xcode" (default name) -You can see this name in the Applications/ directory (or your custom Xcode installation directory). Be carefull if you have multiple instances of Xcode on your mac: ensure that project's one is actually named "Xcode"! +You can see this name in the Applications/ directory (or your custom Xcode installation directory). Be careful if you have multiple instances of Xcode on your mac: ensure that project's one is actually named "Xcode"! (Why this ? This name is used to find currently opened Xcode files. See CodeFormatter/Uncrustify\_opened\_Xcode\_sources.workflow appleScript).