Skip to content

Commit 1afb313

Browse files
committed
Merge pull request #37 from alfism/master
Fixed typo.
2 parents 41cd0de + 901a522 commit 1afb313

File tree

1 file changed

+2
-2
lines changed
  • src/main/resources/org/jenkinsci/plugins/mesos/MesosCloud

1 file changed

+2
-2
lines changed

src/main/resources/org/jenkinsci/plugins/mesos/MesosCloud/config.jelly

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<f:entry title="${%Mesos Offer Selection Attributes}">
4949
<f:textbox field="slaveAttributes" value="${slaveInfo.slaveAttributes}"/>
5050
</f:entry>
51-
<f:entry title="${%Additional Jekins Slave Agent JVM arguments}" field="jvmArgs">
51+
<f:entry title="${%Additional Jenkins Slave Agent JVM arguments}" field="jvmArgs">
5252
<f:textbox field="jvmArgs" default="-Xms16m -XX:+UseConcMarkSweepGC -Djava.net.preferIPv4Stack=true" value="${slaveInfo.jvmArgs}"/>
5353
</f:entry>
5454
<f:entry>
@@ -76,4 +76,4 @@
7676
</f:advanced>
7777

7878
<f:validateButton title="${%Test Connection}" progress="${%Testing...}" method="testConnection" with="master,nativeLibraryPath"/>
79-
</j:jelly>
79+
</j:jelly>

0 commit comments

Comments
 (0)