git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix typo in git-rebase.sh.
@ 2006-02-21 20:56 Jason Riedy
  0 siblings, 0 replies; only message in thread
From: Jason Riedy @ 2006-02-21 20:56 UTC (permalink / raw)
  To: git


s/upsteram/upstream in git-rebase.sh.

Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>

---

 git-rebase.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

92550b0b04236ec52d6bb573e79fa2b5fac21228
diff --git a/git-rebase.sh b/git-rebase.sh
index 21c3d83..c47aa70 100755
--- a/git-rebase.sh
+++ b/git-rebase.sh
@@ -71,7 +71,7 @@ esac
 # The upstream head must be given.  Make sure it is valid.
 upstream_name="$1"
 upstream=`git rev-parse --verify "${upstream_name}^0"` ||
-    die "invalid upsteram $upstream_name"
+    die "invalid upstream $upstream_name"
 
 # If a hook exists, give it a chance to interrupt
 if test -x "$GIT_DIR/hooks/pre-rebase"
-- 
1.2.2.g972a

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-21 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-21 20:56 [PATCH] Fix typo in git-rebase.sh Jason Riedy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).