Skip to content

Commit 5e3f9aa

Browse files
authored
Fix typos against main (#84)
1 parent 6bc895e commit 5e3f9aa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Servcheck has great debug output. If you have any problem, try to run your test:
5555
Example_script.sh shows you how to use returned variables in own script.
5656

5757
Test duration - default test duration is 5 seconds, you can change it in settings. If you need different for
58-
specific test, change "Long duration alert" parametr in test. After that the max. duration will be
58+
specific test, change "Long duration alert" parameter in test. After that the max. duration will be
5959
Long duration alert + 2 seconds.
6060

6161
Recommendation for tests with download - please download only small not binary files.

templates/servcheck.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<query_name>servcheck_name</query_name>
2525
</servcheck_name>
2626
<attempt>
27-
<name>Attemp</name>
27+
<name>Attempt</name>
2828
<direction>output</direction>
2929
<query_name>attempt</query_name>
3030
</attempt>
@@ -39,4 +39,4 @@
3939
<query_name>result</query_name>
4040
</result>
4141
</fields>
42-
</servcheck>
42+
</servcheck>

0 commit comments

Comments
 (0)