RebaseChange: Fix typo

Change-Id: I8f8fd169ce258191b2f1fcc70e0673edb7eadc9d
This commit is contained in:
Orgad Shaneh
2014-07-20 08:49:34 +03:00
parent ed82b66901
commit 90f8a464fb

View File

@@ -182,7 +182,7 @@ public class RebaseChange {
if (patchSetAncestors.size() > 1) {
throw new IOException(
"Cannot rebase a change with multiple parents. Parents commits: "
"Cannot rebase a change with multiple parents. Parent commits: "
+ patchSetAncestors.toString());
}
if (patchSetAncestors.size() == 0) {