Skip to content

Commit

Permalink
Fixing broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Nov 11, 2015
1 parent b5467c6 commit 5356f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/LanguageSwitch/Sample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ViewController: UIViewController {
}

@IBAction func doResetLanguage(sender: AnyObject) {
Localize.resetCurrentLanaguageToDefault()
Localize.resetCurrentLanguageToDefault()
}
}

0 comments on commit 5356f7a

Please sign in to comment.