diff --git a/bin/spack b/bin/spack
index 5c042edd2d7b0f776bc67af2a96693e1b08a5811..127a85f6fe48b0e29857954b8c7173909f3ddf8e 100755
--- a/bin/spack
+++ b/bin/spack
@@ -118,7 +118,7 @@ def main():
 
     # If the user asked for it, don't check ssl certs.
     if args.insecure:
-        tty.warn("You asked for --insecure, which does not check SSL certificates or checksums.")
+        tty.warn("You asked for --insecure, which does not check SSL certificates.")
         spack.curl.add_default_arg('-k')
 
     # Try to load the particular command asked for and run it