aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomáš Znamenáček2015-10-08 11:53:21 +0200
committerTomáš Znamenáček2015-10-08 11:53:21 +0200
commita0af086f16597146db71e1339c6cd2a55a00ff1b (patch)
tree4834a4cdcbc498be636bdd97c64f7f267d256c34
parenta73a254ce717e22eaa17764d8516020177fd6034 (diff)
downloadMASShortcut-a0af086f16597146db71e1339c6cd2a55a00ff1b.tar.bz2
Typo fix.
-rw-r--r--Framework/MASLocalization.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Framework/MASLocalization.m b/Framework/MASLocalization.m
index 431fc5f..9561470 100644
--- a/Framework/MASLocalization.m
+++ b/Framework/MASLocalization.m
@@ -1,7 +1,7 @@
#import "MASLocalization.h"
#import "MASShortcut.h"
-// The CocoaPods trickery here is needed because when then code
+// The CocoaPods trickery here is needed because when the code
// is built as a part of CocoaPods, it won’t make a separate framework
// and the Localized.strings file won’t be bundled correctly.
// See https://github.com/shpakovski/MASShortcut/issues/74