Fixed spelling errors in comments and some strings, as well as fixed a compilation error (KPKEntry has no entry key, but does have a name field

This commit is contained in:
Maarten Terpstra
2015-10-11 11:25:36 +02:00
parent 9e2012dac9
commit c3cb8ad6a3
56 changed files with 124 additions and 124 deletions

View File

@@ -13,7 +13,7 @@
+ (MPOverlayWindowController *)sharedController;
/**
* Displays an overlay HUD style image with the given text, image centerd at the given view.
* Displays an overlay HUD style image with the given text, image centered at the given view.
* There are two use cases. Either displaying information over a view by providing on,
* or displaying information on the main screen by using nil for the view.
*