Browse Source

Merge branch 'fix_typo' of maxime-alves/shcheck into master

Yann Weber 5 years ago
parent
commit
f0aa3f0312
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