Browse Source

Merge branch 'master' of ssh://git.yannweb.net:2222/yannweb/shcheck

Yann Weber 5 years ago
parent
commit
8758a398b9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      check.sh

+ 1
- 1
check.sh View File

518
 	then
518
 	then
519
 		success "OpenSSH replied on $host:$port"
519
 		success "OpenSSH replied on $host:$port"
520
 	else
520
 	else
521
-		fail "Bad replie from $host:$port : '$rep'"
521
+		fail "Bad reply from $host:$port : '$rep'"
522
 	fi
522
 	fi
523
 }
523
 }
524
 
524
 

Loading…
Cancel
Save