summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2022-01-28 06:18:43 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2022-01-28 06:18:43 +0000
commit4fd3e25a69b99ee05a5eea437d8818f412d9555e (patch)
treebb3ae662188c19344fca0a28bed1a079263ce6e8 /usr.bin/ssh
parent8591af72c88d1a7fc7c4b213b1d5fdef0a4b37eb (diff)
When it's the possessive of 'it', it's spelled "its", without the
apostrophe.
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/monitor.c b/usr.bin/ssh/monitor.c
index 7893a889580..3e4abfbfcce 100644
--- a/usr.bin/ssh/monitor.c
+++ b/usr.bin/ssh/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>
@@ -716,7 +716,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");