]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: When it's the possessive of 'it', it's spelled "its",
authorguenther@openbsd.org <guenther@openbsd.org>
Fri, 28 Jan 2022 06:18:42 +0000 (06:18 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 1 Feb 2022 08:20:30 +0000 (19:20 +1100)
without the apostrophe.

OpenBSD-Commit-ID: fb6ab9c65bd31de831da1eb4631ddac018c5fae7

monitor.c

index 5204cfd1ee8fa376e63f58c819d96b96b492233c..c199cb9bc089166e4a5bd0a4c770a10aa79ffa8e 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: monitor.c,v 1.230 2022/01/06 22:03:59 djm Exp $ */
+/* $OpenBSD: monitor.c,v 1.231 2022/01/28 06:18:42 guenther Exp $ */
 /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
  * Copyright 2002 Markus Friedl <markus@openbsd.org>
@@ -790,7 +790,7 @@ mm_answer_pwnamallow(struct ssh *ssh, int sock, struct sshbuf *m)
        if (auth2_setup_methods_lists(authctxt) != 0) {
                /*
                 * The monitor will continue long enough to let the child
-                * run to it's packet_disconnect(), but it must not allow any
+                * run to its packet_disconnect(), but it must not allow any
                 * authentication to succeed.
                 */
                debug_f("no valid authentication method lists");