diff options
author | Max <post@wickenrode.com> | 2014-09-18 23:06:38 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2014-09-18 23:06:38 +0200 |
commit | 51b148d157ff11c5d2393b02584fbb203d710b11 (patch) | |
tree | 3be1e8797f708185ba2000e4ad2bee2ca02f5eb6 /Source/SPQueryController.m | |
parent | a86bed3db5f1f5528b9ce38052373286719c2313 (diff) | |
parent | f4b384bc3e6ac805567af71e515b8dc3ae79c9b6 (diff) | |
download | sequelpro-51b148d157ff11c5d2393b02584fbb203d710b11.tar.gz sequelpro-51b148d157ff11c5d2393b02584fbb203d710b11.tar.bz2 sequelpro-51b148d157ff11c5d2393b02584fbb203d710b11.zip |
Merge patch to disable smart quotes in editor
Diffstat (limited to 'Source/SPQueryController.m')
-rw-r--r-- | Source/SPQueryController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPQueryController.m b/Source/SPQueryController.m index 01cb50e1..718a5ff3 100644 --- a/Source/SPQueryController.m +++ b/Source/SPQueryController.m @@ -338,7 +338,7 @@ static SPQueryController *sharedQueryController = nil; #pragma mark Other /** - * Called whenver the test within the search field changes. + * Called whenever the text within the search field changes. */ - (void)controlTextDidChange:(NSNotification *)notification { |