summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorCode Review <codereview-daemon@eclipse.org>2009-12-22 14:10:56 -0500
committerCode Review <codereview-daemon@eclipse.org>2009-12-22 14:10:56 -0500
commit2086fdaedd5e71621470865c34ad075d2668af99 (patch)
treec627c315ffca39c13c182a9aaaa3283ea1cd63de /org.eclipse.jgit
parentd80569955ed4b38732aeb3dc88ffa99243002448 (diff)
parenta8817ed77f087bf9eec39c315f29f4537eb9b730 (diff)
downloadjgit-2086fdaedd5e71621470865c34ad075d2668af99.tar.gz
jgit-2086fdaedd5e71621470865c34ad075d2668af99.zip
Merge change I5b232f67
* changes: Fix typo in ReceivePack.java
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java
index 26b66db403..6aa64cc46a 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java
@@ -669,8 +669,8 @@ public class ReceivePack {
}
if (ref != null) {
- // A well behaved client shouldn't have sent us an
- // update command for a ref we advertised to it.
+ // A well behaved client shouldn't have sent us a
+ // create command for a ref we advertised to it.
//
cmd.setResult(Result.REJECTED_OTHER_REASON, "ref exists");
continue;