Browse Source

Fix a typo referring to RevFilter as RefFilter

Change-Id: I173efca7540b522d386216d1bd229e9a061263b2
stable-2.0
Dave Borowitz 13 years ago committed by Shawn O. Pearce
parent
commit
7acd333e7d
  1. 2
      org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties

2
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

Loading…
Cancel
Save