aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-01-23 23:53:31 +0000
committerstuconnolly <stuart02@gmail.com>2010-01-23 23:53:31 +0000
commit127df973e23e7843320e470aad166ea587ab92eb (patch)
tree62146ff22e6af8a088a6c083dfbff08290b6a931 /Source/SPAppController.m
parent748b8d279907bd3ce5c1b0dbd33edaa296ea2bb5 (diff)
downloadsequelpro-127df973e23e7843320e470aad166ea587ab92eb.tar.gz
sequelpro-127df973e23e7843320e470aad166ea587ab92eb.tar.bz2
sequelpro-127df973e23e7843320e470aad166ea587ab92eb.zip
Fix comment typo as a result of recent change.
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r--Source/SPAppController.m2
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;
}