Git development
 help / color / mirror / Atom feed
From: Chuck Lever <cel@netapp.com>
To: git@vger.kernel.org
Subject: [PATCH 3/4] Fix a typo in "stg pick"
Date: Mon, 14 Nov 2005 11:50:59 -0500	[thread overview]
Message-ID: <20051114165059.22202.93316.stgit@dexter.citi.umich.edu> (raw)
In-Reply-To: <20051114165007.22202.69803.stgit@dexter.citi.umich.edu>

"Unknown" is misspelled.

Signed-off-by: Chuck Lever <cel@netapp.com>
---

 stgit/commands/pick.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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)

  parent reply	other threads:[~2005-11-14 16:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-14 16:50 [PATCH 0/4] StGIT minor clean ups Chuck Lever
2005-11-14 16:50 ` [PATCH 1/4] Better error message when renaming patches to same name Chuck Lever
2005-11-14 16:50 ` [PATCH 2/4] use "crt_series.get_branch()" instead of "git.get_head_file()" Chuck Lever
2005-11-14 16:50 ` Chuck Lever [this message]
2005-11-14 16:51 ` [PATCH 4/4] Fix a typo in the "add" command's documentation Chuck Lever

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051114165059.22202.93316.stgit@dexter.citi.umich.edu \
    --to=cel@netapp.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox