diff options
author | Howard P. Logsdon <howard@hplogsdon.com> | 2014-09-17 10:41:51 -0600 |
---|---|---|
committer | Howard P. Logsdon <howard@hplogsdon.com> | 2014-09-17 11:13:50 -0600 |
commit | 6802d5d02a687342edc4af4e90f8d75bdf65b64e (patch) | |
tree | 9c4a59e8d4791850a0d2a1fee6da2608e4c02346 /Source/SPQueryController.m | |
parent | 09092bf22df5095fa42c07b33a2c673cd3502a35 (diff) | |
download | sequelpro-6802d5d02a687342edc4af4e90f8d75bdf65b64e.tar.gz sequelpro-6802d5d02a687342edc4af4e90f8d75bdf65b64e.tar.bz2 sequelpro-6802d5d02a687342edc4af4e90f8d75bdf65b64e.zip |
Fix spelling errors on method comment
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 { |