[dak/master] Typo fix
Signed-off-by: Frank Lichtenheld <djpig@debian.org>
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
dak/dak.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dak/dak.py b/dak/dak.py
index 3f3a679..193b465 100755
--- a/dak/dak.py
+++ b/dak/dak.py
@@ -175,7 +175,7 @@ def usage(functionality, exit_code=0):
print """Usage: dak COMMAND [...]
Run DAK commands. (Will also work if invoked as COMMAND.)
-Availble commands:"""
+Available commands:"""
for (command, description) in functionality:
print " %-23s %s" % (command, description)
sys.exit(exit_code)
--
1.5.6.5
Reply to: