mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
Fix various spelling issues reported by codespell
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
@@ -74,7 +74,7 @@ eval echo "$cmd"
|
||||
out=$(eval $cmd)
|
||||
ret=$?
|
||||
if [ $ret -ne 0 ]; then
|
||||
echo "Loging failed"
|
||||
echo "Logging in failed"
|
||||
echo "$out"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user