diff options
author | martijn@openbsd.org <martijn@openbsd.org> | 2018-07-11 10:19:35 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-07-12 03:47:57 +0200 |
commit | 5dc4c59d5441a19c99e7945779f7ec9051126c25 (patch) | |
tree | 3cc38703deddcba16f4a65aba52c55d6aeb567d7 /auth.c | |
parent | Include stdlib.h for declaration of free. (diff) | |
download | openssh-5dc4c59d5441a19c99e7945779f7ec9051126c25.tar.xz openssh-5dc4c59d5441a19c99e7945779f7ec9051126c25.zip |
upstream: s/wuth/with/ in comment
OpenBSD-Commit-ID: 9de41468afd75f54a7f47809d2ad664aa577902c
Diffstat (limited to '')
-rw-r--r-- | auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. * @@ -848,7 +848,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. |