diff options
author | stuconnolly <stuart02@gmail.com> | 2010-01-23 23:53:31 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-01-23 23:53:31 +0000 |
commit | 127df973e23e7843320e470aad166ea587ab92eb (patch) | |
tree | 62146ff22e6af8a088a6c083dfbff08290b6a931 /Source | |
parent | 748b8d279907bd3ce5c1b0dbd33edaa296ea2bb5 (diff) | |
download | sequelpro-127df973e23e7843320e470aad166ea587ab92eb.tar.gz sequelpro-127df973e23e7843320e470aad166ea587ab92eb.tar.bz2 sequelpro-127df973e23e7843320e470aad166ea587ab92eb.zip |
Fix comment typo as a result of recent change.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPAppController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m index 4431976f..d961bbf0 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -446,7 +446,7 @@ return NO; } - // Return NO to the automatic opening + // Return YES to the automatic opening return YES; } |