summaryrefslogtreecommitdiffstats
path: root/clientloop.c
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2024-12-03 23:30:03 +0100
committerDamien Miller <djm@mindrot.org>2024-12-04 15:28:54 +0100
commitc0b03c2534946fc114880092177aa4a3683ced2d (patch)
tree00da1de295697f3de13e281bf603d65e493fc2f4 /clientloop.c
parentupstream: Remove fallback to compiled-in gropup for dhgex when the (diff)
downloadopenssh-c0b03c2534946fc114880092177aa4a3683ced2d.tar.xz
openssh-c0b03c2534946fc114880092177aa4a3683ced2d.zip
upstream: spelling; ok djm@
OpenBSD-Commit-ID: c8ff3f70020451eef214e598117b7ce1a29853ef
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index ccd70b5a1..916fc077b 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.409 2024/10/13 22:20:06 djm Exp $ */
+/* $OpenBSD: clientloop.c,v 1.410 2024/12/03 22:30:03 jsg Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -661,7 +661,7 @@ obfuscate_keystroke_timing(struct ssh *ssh, struct timespec *timeout,
/* Don't arm output fd for poll until the timing interval has elapsed... */
if (timespeccmp(&now, &next_interval, <))
- /* ...unless there's x11 communicattion happening */
+ /* ...unless there's x11 communication happening */
return x11_channel_used_recently(ssh);
/* Calculate number of intervals missed since the last check */