Skip to content

Commit

Permalink
Merge pull request marmelroy#10 from jameshartt/master
Browse files Browse the repository at this point in the history
Spellings
  • Loading branch information
marmelroy committed Nov 11, 2015
2 parents 9b6e5ef + 2ea2907 commit b5467c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Localize/Localize.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class Localize: NSObject {
}

// Resets the current language to the default
public class func resetCurrentLanaguageToDefault() {
public class func resetCurrentLanguageToDefault() {
setCurrentLanguage(self.defaultLanguage())
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ NSNotificationCenter.defaultCenter().addObserver(self, selector: "setText", name

To reset back to the default app language:
```
Localize.resetCurrentLanaguageToDefault()
Localize.resetCurrentLanguageToDefault()
```

## genstrings
Expand Down

0 comments on commit b5467c6

Please sign in to comment.