diff options
author | Michael Keppler <Michael.Keppler@gmx.de> | 2018-06-10 14:15:45 +0200 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-06-10 23:19:20 +0900 |
commit | e710f14ed1df5db33021e48e0a48c57467040379 (patch) | |
tree | 430b9bd0bc4d287a93e1c11eee33aa88c8a77f09 /org.eclipse.jgit | |
parent | 4ef8769f81949d1b5759645bdba969b6b5a7289a (diff) | |
download | jgit-e710f14ed1df5db33021e48e0a48c57467040379.tar.gz jgit-e710f14ed1df5db33021e48e0a48c57467040379.zip |
Fix Javadoc typo
Change-Id: Ib4ebc57236bdea663f27295764886413e2550580
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java index 96a796cbdc..953c9768f9 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java @@ -237,7 +237,7 @@ public abstract class SystemReader { public abstract FileBasedConfig openUserConfig(Config parent, FS fs); /** - * Open the gitonfig configuration found in the system-wide "etc" directory + * Open the gitconfig configuration found in the system-wide "etc" directory * * @param parent * a config with values not found directly in the returned @@ -245,7 +245,7 @@ public abstract class SystemReader { * @param fs * the file system abstraction which will be necessary to perform * certain file system operations. - * @return the gitonfig configuration found in the system-wide "etc" + * @return the gitconfig configuration found in the system-wide "etc" * directory */ public abstract FileBasedConfig openSystemConfig(Config parent, FS fs); |