mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 08:29:30 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user