1
0
mirror of https://github.com/newrelic-forks/golang-jenkins.git synced 2026-06-18 20:15:04 +02:00

Modify typo

This commit is contained in:
Kookheon Kwon
2016-12-05 15:29:20 +09:00
parent 24737dde01
commit a3c140dfd8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ func TestCreateJobItem(t *testing.T) {
},
},
IgnoreDirPropChanges: "false",
FilterChanglog: "false",
FilterChangelog: "false",
WorkspaceUpdater: WorkspaceUpdater{Class: "hudson.scm.subversion.UpdateUpdater"},
},
Class: "hudson.scm.SubversionSCM",
+1 -1
View File
@@ -109,7 +109,7 @@ type ScmSvn struct {
ExcludedCommitMessages string `xml:"excludedCommitMessages"`
WorkspaceUpdater WorkspaceUpdater `xml:"workspaceUpdater"`
IgnoreDirPropChanges string `xml:"ignoreDirPropChanges"`
FilterChanglog string `xml:"filterChangelog"`
FilterChangelog string `xml:"filterChangelog"`
}
type WorkspaceUpdater struct {