Browse Source

Fix Javadoc typo

Change-Id: Ib4ebc57236bdea663f27295764886413e2550580
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
stable-5.0
Michael Keppler 6 years ago committed by David Pursehouse
parent
commit
e710f14ed1
  1. 4
      org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java

4
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);

Loading…
Cancel
Save