diff --git a/src/main/resources/hudson/plugins/git/GitSCM/help-disableGitToolChooser.html b/src/main/resources/hudson/plugins/git/GitSCM/help-disableGitToolChooser.html index d3746a85e8..bb0a037adf 100644 --- a/src/main/resources/hudson/plugins/git/GitSCM/help-disableGitToolChooser.html +++ b/src/main/resources/hudson/plugins/git/GitSCM/help-disableGitToolChooser.html @@ -7,7 +7,7 @@
If JGit and command line git are both enabled on an agent, the git plugin uses a "git tool chooser" to choose a preferred git implementation. The preferred git implementation depends on the size of the repository and the git plugin features requested by the job. - If the repository size is less than the JGit repository size threshold and the git features of the job are all implmented in JGit, then JGit is used. + If the repository size is less than the JGit repository size threshold and the git features of the job are all implemented in JGit, then JGit is used. If the repository size is greater than the JGit repository size threshold or the job requires git features that are not implemented in JGit, then command line git is used.
diff --git a/src/main/resources/hudson/plugins/git/GitSCM/help-extensions.html b/src/main/resources/hudson/plugins/git/GitSCM/help-extensions.html index 6915ca671b..cacd1be767 100644 --- a/src/main/resources/hudson/plugins/git/GitSCM/help-extensions.html +++ b/src/main/resources/hudson/plugins/git/GitSCM/help-extensions.html @@ -21,7 +21,7 @@ Tagging extensions allow the plugin to apply tags in the current workspace.