From 9a6f82d89dfdfb01c1c9beb45f939ec75adab2d2 Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Tue, 6 Sep 2016 16:21:21 +0100 Subject: [PATCH] Fix typo in hm.py toolchain --- ext/toolchain/commands1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/toolchain/commands1.py b/ext/toolchain/commands1.py index 8e21192d..3b3ca7aa 100644 --- a/ext/toolchain/commands1.py +++ b/ext/toolchain/commands1.py @@ -1515,7 +1515,7 @@ class InternalCommands: 'Replace [package-type] with one of:\n' ' src .tar.gz source (Posix only)\n' ' rpm .rpm package (Red Hat)\n' - ' deb .deb paclage (Debian)\n' + ' deb .deb package (Debian)\n' ' win .exe installer (Windows)\n' ' mac .dmg package (Mac OS X)\n' '\n'