Skip to content

Commit 746fc1c

Browse files
committed
typos
1 parent 3636f5a commit 746fc1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SMB, SMBS - try to login and download specific file
4848
MQTT - try to subscribe topic or wait for any message and print result
4949

5050
## 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.
5252

5353
Default Libcurl build doesn't compile all services. You have to compile again for SMB, LDAP, ...
5454

includes/tests.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function curl_try ($test) {
8282
$test['path'] = '/INBOX?NEW';
8383
}
8484

85-
if ($service == 'pop3' || $service == 'pop3s') { // show mesage list
85+
if ($service == 'pop3' || $service == 'pop3s') { // show message list
8686
$test['path'] = '/';
8787
}
8888

@@ -534,7 +534,7 @@ function doh_try ($test) {
534534
);
535535

536536
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');
538538
$results['result'] = 'error';
539539
$results['error'] = 'Empty hostname/dns';
540540
return $results;

0 commit comments

Comments
 (0)