diff options
| author | Dave Borowitz | 2012-02-08 22:30:08 +0000 |
|---|---|---|
| committer | Shawn O. Pearce | 2012-03-01 03:09:23 +0000 |
| commit | 7acd333e7d2e19b48534e3e9c72b19486d6e1b9a (patch) | |
| tree | 37f7b86c149a8ba5fa1c9ced1c1033e627dae7a2 | |
| parent | bb8f0bec4ab255b58bb3bc5b393e2d8f2dcc6155 (diff) | |
| download | jgit-7acd333e7d2e19b48534e3e9c72b19486d6e1b9a.tar.gz jgit-7acd333e7d2e19b48534e3e9c72b19486d6e1b9a.tar.xz jgit-7acd333e7d2e19b48534e3e9c72b19486d6e1b9a.zip | |
Fix a typo referring to RevFilter as RefFilter
Change-Id: I173efca7540b522d386216d1bd229e9a061263b2
| -rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties index b796c736ce..3e9d7389a0 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -31,7 +31,7 @@ branchNameInvalid=Branch name {0} is not allowed cachedPacksPreventsIndexCreation=Using cached packs prevents index creation cannotBeCombined=Cannot be combined. cannotBeRecursiveWhenTreesAreIncluded=TreeWalk shouldn't be recursive when tree objects are included. -cannotCombineTreeFilterWithRevFilter=Cannot combine TreeFilter {0} with RefFilter {1}. +cannotCombineTreeFilterWithRevFilter=Cannot combine TreeFilter {0} with RevFilter {1}. cannotCommitOnARepoWithState=Cannot commit on a repo with state: {0} cannotCommitWriteTo=Cannot commit write to {0} cannotConnectPipes=cannot connect pipes |
