swc-windows-installer.py: Canonical SQLite capitalization
authorW. Trevor King <wking@tremily.us>
Mon, 16 Jun 2014 17:36:16 +0000 (10:36 -0700)
committerW. Trevor King <wking@tremily.us>
Mon, 16 Jun 2014 17:36:16 +0000 (10:36 -0700)
We might as well match the upstream capitalization conventions.

swc-windows-installer.py

index 30450c06a8f2184c18f99b20d6a0cf6a18b186d9..4af86ab2fb9562f11901b2af6654938d24fbd7a1 100755 (executable)
@@ -6,7 +6,7 @@ Helps mimic a *nix environment on Windows with as little work as possible.
 
 The script:
 * Installs nano and makes it accessible from msysGit
-* Installs sqlite3 and makes it accessible from msysGit
+* Installs SQLite and makes it accessible from msysGit
 * Creates ~/nano.rc with links to syntax highlighting configs
 * Provides standard nosetests behavior for msysGit
 * Add R's bin directory to the path (if we can find it)
@@ -169,7 +169,7 @@ def install_nanorc(install_directory):
 
 
 def install_sqlite(install_directory):
-    """Download and install the sqlite3 shell"""
+    """Download and install the SQLite shell"""
     zip_install(
         url='https://sqlite.org/2014/sqlite-shell-win32-x86-3080403.zip',
         sha1='1a8ab0ca9f4c51afeffeb49bd301e1d7f64741bb',