Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 65a7ca0

Browse files
committed
Merge pull request #216 from Raylehnhoff/master
Fixed typos
2 parents 125b0ba + 30d253e commit 65a7ca0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/CCNET/Setting up from scratch Part 01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h3><a name="SettingupfromscratchPart01-Step4%3AConfiguringthebuildserver"></a>S
139139
<p>Press the 'Force' button to force the build. Next press 'Refresh Status' to view the result.
140140
<br clear="all" /> <img src="download/attachments/4882433/Pic002.gif" align="absmiddle" border="0"/></p>
141141

142-
<p>You see that the build was successfull <img class="emoticon" src="images/icons/emoticons/biggrin.gif" height="20" width="20" align="absmiddle" alt="" border="0"/></p>
142+
<p>You see that the build was successful <img class="emoticon" src="images/icons/emoticons/biggrin.gif" height="20" width="20" align="absmiddle" alt="" border="0"/></p>
143143

144144
<p>Clicking on the project name 'SimpleExample' will show a page with project related information. From there on you can go to individual builds.</p>
145145

project/WebDashboard/templates/ProjectGrid.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<tr>
7777
<td colspan="10">
7878
<table id="BuildPercentage">
79-
<tr title="Percentage of successfull builds : $OKPercentToolTip%">
79+
<tr title="Percentage of successful builds : $OKPercentToolTip%">
8080
#if ($OKPercent == 50)
8181
<td width="100%"
8282
bgcolor="#33CC00"></td>
@@ -190,7 +190,7 @@
190190
<tr>
191191
<td colspan="10">
192192
<table id="BuildPercentage">
193-
<tr title="Percentage of successfull builds : $OKPercentToolTip%">
193+
<tr title="Percentage of successful builds : $OKPercentToolTip%">
194194
#if ($OKPercent == 50)
195195
<td width="100%"
196196
bgcolor="#33CC00"></td>

0 commit comments

Comments
 (0)