Browse Source

fixed typo in check_ssh_nc

/\/ \-/ ❭❬ 5 years ago
parent
commit
3c591c8d7c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      check.sh

+ 1
- 1
check.sh View File

@@ -518,6 +518,6 @@ check_ssh_nc() {
518 518
 	then
519 519
 		success "OpenSSH replied on $host:$port"
520 520
 	else
521
-		fail "Bad replie from $host:$port : '$rep'"
521
+		fail "Bad reply from $host:$port : '$rep'"
522 522
 	fi
523 523
 }

Loading…
Cancel
Save