summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authormartijn@openbsd.org <martijn@openbsd.org>2018-07-11 08:19:35 +0000
committerDamien Miller <djm@mindrot.org>2018-07-12 11:47:57 +1000
commit5dc4c59d5441a19c99e7945779f7ec9051126c25 (patch)
tree3cc38703deddcba16f4a65aba52c55d6aeb567d7 /auth.c
parent1c688801e9dd7f9889fb2a29bc2b6fbfbc35a11f (diff)
upstream: s/wuth/with/ in comment
OpenBSD-Commit-ID: 9de41468afd75f54a7f47809d2ad664aa577902c
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.c b/auth.c
index f4d2d33ef..9a3bc96f1 100644
--- a/auth.c
+++ b/auth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.c,v 1.131 2018/07/09 21:35:50 markus Exp $ */ 1/* $OpenBSD: auth.c,v 1.132 2018/07/11 08:19:35 martijn Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * 4 *
@@ -848,7 +848,7 @@ auth_get_canonical_hostname(struct ssh *ssh, int use_dns)
848} 848}
849 849
850/* 850/*
851 * Runs command in a subprocess wuth a minimal environment. 851 * Runs command in a subprocess with a minimal environment.
852 * Returns pid on success, 0 on failure. 852 * Returns pid on success, 0 on failure.
853 * The child stdout and stderr maybe captured, left attached or sent to 853 * The child stdout and stderr maybe captured, left attached or sent to
854 * /dev/null depending on the contents of flags. 854 * /dev/null depending on the contents of flags.