#1 fixed the typo in "replie" to "reply"

Merged
yannweb merged 1 commits from maxime-alves:fix_typo into master 5 years ago

+ 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