diff options
author | Max <post@wickenrode.com> | 2014-09-18 22:52:37 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2014-09-18 22:52:37 +0200 |
commit | ba8ed46081716063f17521a8b8cece9889765a57 (patch) | |
tree | 5331dc52f789018983a69fd352a9262126d9c9af /Source/SPQueryController.m | |
parent | a86bed3db5f1f5528b9ce38052373286719c2313 (diff) | |
parent | 6802d5d02a687342edc4af4e90f8d75bdf65b64e (diff) | |
download | sequelpro-ba8ed46081716063f17521a8b8cece9889765a57.tar.gz sequelpro-ba8ed46081716063f17521a8b8cece9889765a57.tar.bz2 sequelpro-ba8ed46081716063f17521a8b8cece9889765a57.zip |
Merge branch 'disable_smartquotes' of https://github.com/uxp/sequelpro into uxp-disable_smartquotes
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 { |