~ salmonella-environment-setup (master) 0bc8aec66ccd4a8afb3a7a6cca29775b62a9f20d
commit 0bc8aec66ccd4a8afb3a7a6cca29775b62a9f20d
Author: Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Wed Mar 6 21:23:16 2013 -0300
Commit: Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Wed Mar 6 21:23:16 2013 -0300
Typo fix
diff --git a/debian-wheezy.sh b/debian-wheezy.sh
index a6505d9..e7817dd 100755
--- a/debian-wheezy.sh
+++ b/debian-wheezy.sh
@@ -1,7 +1,7 @@
#! /bin/sh
## This is more a guide than a serious shell script. You can actually
-## run it as an script, but don't expect any graceful error handling.
+## run it as a script, but don't expect any graceful error handling.
## Disable Install-Suggests and Install-Recommends to save some space
echo 'APT::Install-Suggests "0";' > /etc/apt/apt.conf.d/20no-extra-packages
Trap