From ada7735d2ca552cdb44274798f2a6b2a5856f154 Mon Sep 17 00:00:00 2001 From: Ben Rousch Date: Fri, 11 Oct 2013 12:07:34 -0400 Subject: [PATCH] Fixed spelling of 'Unknown' --- buildozer/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildozer/__init__.py b/buildozer/__init__.py index 5252eba..7583ece 100644 --- a/buildozer/__init__.py +++ b/buildozer/__init__.py @@ -802,7 +802,7 @@ class Buildozer(object): # maybe it's a target? targets = [x[0] for x in self.targets()] if command not in targets: - print 'Unknow command/target', command + print 'Unknown command/target', command exit(1) self.set_target(command) @@ -940,7 +940,7 @@ class BuildozerRemote(Buildozer): remote_name = args[0] remote_section = 'remote:{}'.format(remote_name) if not self.config.has_section(remote_section): - self.error('Unknow remote "{}", must be configured first.'.format( + self.error('Unknown remote "{}", must be configured first.'.format( remote_name)) return