From e7d25d214154651f3aa67cd67879a858c96f5212 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 13 Sep 2015 17:23:15 +0200 Subject: [PATCH] Fix comment typo --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 61bd9a50..f33a8641 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/bash -ex # Work in progress: create a list of commands necessary to get Stackage -# up-and-running on a freshly installed Debian-based system (includin Ubuntu). +# up-and-running on a freshly installed Debian-based system (including Ubuntu). # Quick start: # wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex