From 924affa1d1dff509180090f104e1815395812284 Mon Sep 17 00:00:00 2001 From: Daniel Fett Date: Sat, 7 Apr 2012 20:55:27 +0200 Subject: [PATCH] Fix typo --- psa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psa b/psa index d598907..e7c3baa 100755 --- a/psa +++ b/psa @@ -850,7 +850,7 @@ def main(): elif args[0] == "list": psa_list_templates() else: - fatal("Unknow command. Try init, build-deb, update, or list") + fatal("Unknown command. Try init, build-deb, update, or list") def get_readme_path(): '''Returns the README file path'''