fixed typo

This commit is contained in:
michael starke
2017-09-29 11:15:14 +02:00
parent 217cc73670
commit 86ec360965

View File

@@ -326,12 +326,12 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
}); });
view.textField.formatter = formatter; view.textField.formatter = formatter;
} }
NSString *modificatoinTimeKeyPath = [NSString stringWithFormat:@"%@.%@.%@", NSString *modificationTimeKeyPath = [NSString stringWithFormat:@"%@.%@.%@",
NSStringFromSelector(@selector(objectValue)), NSStringFromSelector(@selector(objectValue)),
NSStringFromSelector(@selector(timeInfo)), NSStringFromSelector(@selector(timeInfo)),
NSStringFromSelector(@selector(modificationDate))]; NSStringFromSelector(@selector(modificationDate))];
[view.textField bind:NSValueBinding toObject:view withKeyPath:modificatoinTimeKeyPath options:nil]; [view.textField bind:NSValueBinding toObject:view withKeyPath:modificationTimeKeyPath options:nil];
return view; return view;
} }
else if(isURLColumn) { else if(isURLColumn) {