Merge change I5b232f67

* changes:
  Fix typo in ReceivePack.java
This commit is contained in:
Code Review 2009-12-22 14:10:56 -05:00
commit 2086fdaedd
1 changed files with 2 additions and 2 deletions

View File

@ -669,8 +669,8 @@ private void validateCommands() {
}
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;