diff options
author | Michael Keppler <michael.keppler@gmx.de> | 2016-06-25 15:30:56 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-07-01 22:38:39 +0200 |
commit | 8a0a5b533701383a6dde18a9f5a01390fd7b4ce0 (patch) | |
tree | 8ac9fab2db30f2ef6c82a32d932ad043186a375e /org.eclipse.jgit/resources/org/eclipse/jgit | |
parent | 583b34483abf752a1afb2e62930ce04927b40022 (diff) | |
download | jgit-8a0a5b533701383a6dde18a9f5a01390fd7b4ce0.tar.gz jgit-8a0a5b533701383a6dde18a9f5a01390fd7b4ce0.zip |
Fix typo in system config error message
Change-Id: I14daca6c81b003123e5862b384718fe06fb3ebd0
Signed-off-by: Michael Keppler <michael.keppler@gmx.de>
Diffstat (limited to 'org.eclipse.jgit/resources/org/eclipse/jgit')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index c2d601eed4..909488ced9 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -591,7 +591,7 @@ submoduleParentRemoteUrlInvalid=Cannot remove segment from remote url ''{0}'' submodulesNotSupported=Submodules are not supported supportOnlyPackIndexVersion2=Only support index version 2 symlinkCannotBeWrittenAsTheLinkTarget=Symlink "{0}" cannot be written as the link target cannot be read from within Java. -systemConfigFileInvalid=Systen wide config file {0} is invalid {1} +systemConfigFileInvalid=System wide config file {0} is invalid {1} tagAlreadyExists=tag ''{0}'' already exists tagNameInvalid=tag name {0} is invalid tagOnRepoWithoutHEADCurrentlyNotSupported=Tag on repository without HEAD currently not supported |