From b5b2dcbc9d6559752a62faf9d7f2e920d12cfac1 Mon Sep 17 00:00:00 2001 From: michael starke Date: Wed, 25 Oct 2017 14:38:11 +0200 Subject: [PATCH] adoped new KeePassKit API --- MacPass/MPDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPDocument.m b/MacPass/MPDocument.m index 1987a378..8861dd0d 100644 --- a/MacPass/MPDocument.m +++ b/MacPass/MPDocument.m @@ -364,7 +364,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou } if(otherTree) { - [self.tree syncronizeWithTree:otherTree options:KPKSynchronizationSynchronizeOption]; + [self.tree synchronizeWithTree:otherTree options:KPKSynchronizationSynchronizeOption]; /* the key might have changed so update ours! */ //self.compositeKey = key; NSUserNotification *notification = [[NSUserNotification alloc] init];