Skip to content

Commit

Permalink
Merge pull request #37 from alfism/master
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
vinodkone committed May 21, 2014
2 parents 41cd0de + 901a522 commit 1afb313
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<f:entry title="${%Mesos Offer Selection Attributes}">
<f:textbox field="slaveAttributes" value="${slaveInfo.slaveAttributes}"/>
</f:entry>
<f:entry title="${%Additional Jekins Slave Agent JVM arguments}" field="jvmArgs">
<f:entry title="${%Additional Jenkins Slave Agent JVM arguments}" field="jvmArgs">
<f:textbox field="jvmArgs" default="-Xms16m -XX:+UseConcMarkSweepGC -Djava.net.preferIPv4Stack=true" value="${slaveInfo.jvmArgs}"/>
</f:entry>
<f:entry>
Expand Down Expand Up @@ -76,4 +76,4 @@
</f:advanced>

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

0 comments on commit 1afb313

Please sign in to comment.