From 79c613021db5a0fa8f1f4132d39b372c539e47f3 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Thu, 4 Dec 2008 21:45:31 +0100 Subject: [PATCH] Typo fix Signed-off-by: Frank Lichtenheld Signed-off-by: Joerg Jaspert --- dak/dak.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/dak.py b/dak/dak.py index 3f3a6796..193b4659 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) -- 2.39.2