Skip to content

Commit

Permalink
Fix typo in between
Browse files Browse the repository at this point in the history
Signed-off-by: nook24 <[email protected]>
  • Loading branch information
nook24 committed Feb 6, 2024
1 parent 00d5847 commit c0e715d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/usersguide/macrolist.md
Original file line number Diff line number Diff line change
Expand Up @@ -1052,11 +1052,11 @@ macros consist of all uppercase characters and are enclosed in <b>$</b> characte
</tr>
<tr>
<td class="MacroName"><a name="hostproblemdurationsec">$HOSTPROBLEMDURATIONSEC$</a></td>
<td class="MacroDescription">The duration in seconds bettwen $HOSTPROBLEMSTART$ and $HOSTPROBLEMEND$.</td>
<td class="MacroDescription">The duration in seconds between $HOSTPROBLEMSTART$ and $HOSTPROBLEMEND$.</td>
</tr>
<tr>
<td class="MacroName"><a name="hostproblemduration">$HOSTPROBLEMDURATION$</a></td>
<td class="MacroDescription">The duration bettwen $HOSTPROBLEMSTART$ and $HOSTPROBLEMEND$ in a human readable format e.g.: 1d 10h 8m 35s</td>
<td class="MacroDescription">The duration between $HOSTPROBLEMSTART$ and $HOSTPROBLEMEND$ in a human readable format e.g.: 1d 10h 8m 35s</td>
</tr>
<tr><td colspan='2'><br></td></tr>
<tr>
Expand Down Expand Up @@ -1252,11 +1252,11 @@ macros consist of all uppercase characters and are enclosed in <b>$</b> characte
</tr>
<tr>
<td class="MacroName"><a name="serviceproblemdurationsec">$SERVICEPROBLEMDURATIONSEC$</a></td>
<td class="MacroDescription">The duration in seconds bettwen $SERVICEPROBLEMSTART$ and $SERVICEPROBLEMEND$.</td>
<td class="MacroDescription">The duration in seconds between $SERVICEPROBLEMSTART$ and $SERVICEPROBLEMEND$.</td>
</tr>
<tr>
<td class="MacroName"><a name="serviceproblemduration">$SERVICEPROBLEMDURATION$</a></td>
<td class="MacroDescription">The duration bettwen $SERVICEPROBLEMSTART$ and $SERVICEPROBLEMEND$ in a human readable format e.g.: 1d 10h 8m 35s</td>
<td class="MacroDescription">The duration between $SERVICEPROBLEMSTART$ and $SERVICEPROBLEMEND$ in a human readable format e.g.: 1d 10h 8m 35s</td>
</tr>
<tr><td colspan='2'><br></td></tr>
<tr>
Expand Down

0 comments on commit c0e715d

Please sign in to comment.