1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-06 13:20:57 +03:00

tests: fix spelling error

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2025-01-13 16:14:24 +01:00
parent d887e1320a
commit e795849299

View File

@@ -121,7 +121,7 @@ static void torture_options_set_host(void **state) {
assert_string_equal(session->opts.host, "xn--bcher-kva.tld");
assert_null(session->opts.username);
/* IDN in UTF8 wont work */
/* IDN in UTF8 won't work */
rc = ssh_options_set(session, SSH_OPTIONS_HOST, "bücher.tld");
assert_string_equal(ssh_get_error(session),
"Invalid argument in ssh_options_set");