diff options
author | stuconnolly <stuart02@gmail.com> | 2011-04-29 19:26:59 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-04-29 19:26:59 +0000 |
commit | 1ee20f146dabafa7a894a4e281e15d837173b390 (patch) | |
tree | 82728761ac88f0820d06508d97936e45175e2fe4 /Source/SPServerVariablesController.m | |
parent | 75e4e58eecf4ae1b8f25751b0bc7d457edcf57e8 (diff) | |
download | sequelpro-1ee20f146dabafa7a894a4e281e15d837173b390.tar.gz sequelpro-1ee20f146dabafa7a894a4e281e15d837173b390.tar.bz2 sequelpro-1ee20f146dabafa7a894a4e281e15d837173b390.zip |
Fix warnings and comments.
Diffstat (limited to 'Source/SPServerVariablesController.m')
-rw-r--r-- | Source/SPServerVariablesController.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPServerVariablesController.m b/Source/SPServerVariablesController.m index dedda57b..f2eb60e0 100644 --- a/Source/SPServerVariablesController.m +++ b/Source/SPServerVariablesController.m @@ -138,7 +138,7 @@ #pragma mark Other methods /** - * Displays the process list sheet attached to the supplied window. + * Displays the server variables sheet attached to the supplied window. */ - (void)displayServerVariablesSheetAttachedToWindow:(NSWindow *)window { @@ -253,7 +253,7 @@ #pragma mark Text field delegate methods /** - * Apply the filter string to the current process list. + * Apply the filter string to the current variables list. */ - (void)controlTextDidChange:(NSNotification *)notification { |