summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorguenther@openbsd.org <guenther@openbsd.org>2022-01-28 06:18:42 +0000
committerDarren Tucker <dtucker@dtucker.net>2022-02-01 19:20:30 +1100
commit2a7ccd2ec4022917b745af7186f514f365b7ebe9 (patch)
tree1b18cf26786d3a61a70770033217b63fed3fa61f /monitor.c
parent8a0848cdd3b25c049332cd56034186b7853ae754 (diff)
downloadopenssh-git-2a7ccd2ec4022917b745af7186f514f365b7ebe9.tar.gz
upstream: When it's the possessive of 'it', it's spelled "its",
without the apostrophe. OpenBSD-Commit-ID: fb6ab9c65bd31de831da1eb4631ddac018c5fae7
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor.c b/monitor.c
index 5204cfd1..c199cb9b 100644
--- 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");