Skip to content

Commit 62f484d

Browse files
authored
Merge pull request #1192 from tojatos/typo_fix
Fixed typo in SvnLocationContext
2 parents 04b7a9f + 2b004e7 commit 62f484d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/scm/SvnLocationContext.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class SvnLocationContext extends AbstractContext {
1414
}
1515

1616
/**
17-
* The directoy to checkout to. By default, files are checked out into the workspace directory.
17+
* The directory to checkout to. By default, files are checked out into the workspace directory.
1818
*/
1919
void directory(String directory) {
2020
this.directory = directory

0 commit comments

Comments
 (0)