Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NattyNarwhal committed Jul 22, 2024
1 parent e2842a6 commit 84d43a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submariner/SBDatabaseController.m
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ - (IBAction)createDemoServer:(id)sender {
s.username = @"guest1";
s.password = @"guest";
[s updateKeychainPassword]; // or it won't work when switched to
[s setSection:serverSection]; // or it disappears next time we load
[s setSection:serversSection]; // or it disappears next time we load
[serversSection addResourcesObject:s];
[self.managedObjectContext save:nil];

Expand Down

0 comments on commit 84d43a6

Please sign in to comment.