From 69517f723d87fdf9a1b9af1286ea5a965994bfef Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Mon, 14 Nov 2005 11:50:59 -0500 Subject: [PATCH] Fix a typo in "stg pick" "Unknown" is misspelled. Signed-off-by: Chuck Lever --- stgit/commands/pick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stgit/commands/pick.py b/stgit/commands/pick.py index 3c52a49..c01c799 100644 --- a/stgit/commands/pick.py +++ b/stgit/commands/pick.py @@ -64,7 +64,7 @@ def func(parser, options, args): elif len(patch_branch) == 2: patch = patch_branch[0] else: - raise CmdException, 'Unkown patch name' + raise CmdException, 'Unknown patch name' commit_id = git_id(commit_str) commit = git.Commit(commit_id) -- 2.11.0