diff --git a/debian/changelog b/debian/changelog index 3431463..59e2dc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ * Change original source URL in debian/copyright to HTTPS, too. * Bump debhelper compatibility level to 11. + Update versioned build-dependency on debhelper accordingly. + * Fix typo in a Butthead-mode message. -- Axel Beckert Sat, 08 Oct 2016 12:12:39 +0200 diff --git a/slay b/slay index 2e1dcdf..6371b79 100755 --- a/slay +++ b/slay @@ -85,7 +85,7 @@ if [ "$SLAY_BUTTHEAD" = "on" ] then echo " Like, kills people and stuff." - echo " With -clean kicks ass forst and then does real pain." + echo " With -clean kicks ass first and then does real pain." else echo " Kills all processes belonging to any of the given names." echo " Use -clean as a signal name to kill with TERM first and then with KILL."