Fix javadoc typo

Bug: 499934
Change-Id: I0d6ee56fad4472972f69cc1e7cb2a727e95ab6b4
Signed-off-by: Karsten Thoms <karsten.thoms@karakun.com>
This commit is contained in:
Karsten Thoms 2020-04-02 10:54:43 +02:00
parent b50e4a39b1
commit bd42c92ab3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
* <pre>
* new FileRepositoryBuilder() //
* .setGitDir(gitDirArgument) // --git-dir if supplied, no-op if null
* .readEnviroment() // scan environment GIT_* variables
* .readEnvironment() // scan environment GIT_* variables
* .findGitDir() // scan up the file system tree
* .build()
* </pre>