diff options
author | 2018-07-11 08:19:35 +0000 | |
---|---|---|
committer | 2018-07-11 08:19:35 +0000 | |
commit | cf6a624df57338e3a55068dc335e2c1623f074d3 (patch) | |
tree | 56314bcecea646a07e90cf2983abbe2da068a719 /usr.bin/ssh/auth.c | |
parent | sync (diff) | |
download | wireguard-openbsd-cf6a624df57338e3a55068dc335e2c1623f074d3.tar.xz wireguard-openbsd-cf6a624df57338e3a55068dc335e2c1623f074d3.zip |
s/wuth/with/ in comment
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index b499950349d..a6b294cff98 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.c,v 1.131 2018/07/09 21:35:50 markus Exp $ */ +/* $OpenBSD: auth.c,v 1.132 2018/07/11 08:19:35 martijn Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -714,7 +714,7 @@ auth_get_canonical_hostname(struct ssh *ssh, int use_dns) } /* - * Runs command in a subprocess wuth a minimal environment. + * Runs command in a subprocess with a minimal environment. * Returns pid on success, 0 on failure. * The child stdout and stderr maybe captured, left attached or sent to * /dev/null depending on the contents of flags. |