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

@@ -177,7 +177,7 @@ typedef NS_ENUM(NSUInteger, MPContentTab) {
[self.entryViewController endEditing];
/*
We need to be carefull to only undo the things we actually changed
We need to be careful to only undo the things we actually changed
otherwise we undo older actions
*/
if(didCancel) {
@@ -312,7 +312,7 @@ typedef NS_ENUM(NSUInteger, MPContentTab) {
- (void)_didChangeCurrentItem:(NSNotification *)notification {
MPDocument *document = [notification object];
if(!document.selectedItem) {
/* show emty tab and hide edit button */
/* show empty tab and hide edit button */
self.activeTab = MPEmptyTab;
}
else {