File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ SMB, SMBS - try to login and download specific file
48
48
MQTT - try to subscribe topic or wait for any message and print result
49
49
50
50
## Important
51
- Recomendation for tests with download - please download only small not binary files.
51
+ Recommendation for tests with download - please download only small not binary files.
52
52
53
53
Default Libcurl build doesn't compile all services. You have to compile again for SMB, LDAP, ...
54
54
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ function curl_try ($test) {
82
82
$ test ['path ' ] = '/INBOX?NEW ' ;
83
83
}
84
84
85
- if ($ service == 'pop3 ' || $ service == 'pop3s ' ) { // show mesage list
85
+ if ($ service == 'pop3 ' || $ service == 'pop3s ' ) { // show message list
86
86
$ test ['path ' ] = '/ ' ;
87
87
}
88
88
@@ -534,7 +534,7 @@ function doh_try ($test) {
534
534
);
535
535
536
536
if (empty ($ test ['hostname ' ]) || empty ($ test ['dns_query ' ])) {
537
- cacti_log ('Empty hsotname or dns_query, nothing to test ' );
537
+ cacti_log ('Empty hostname or dns_query, nothing to test ' );
538
538
$ results ['result ' ] = 'error ' ;
539
539
$ results ['error ' ] = 'Empty hostname/dns ' ;
540
540
return $ results ;
You can’t perform that action at this time.
0 commit comments