From bd6652e3648a41ecf9f0e7ab842ad1c8d3f4f31e Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 9 Nov 2022 00:15:59 +0000 Subject: [PATCH] typo in comment --- usr.bin/ssh/ssh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index d3c864f8807..a71ae9c7873 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.579 2022/10/24 22:43:36 djm Exp $ */ +/* $OpenBSD: ssh.c,v 1.580 2022/11/09 00:15:59 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -2011,7 +2011,7 @@ ssh_session2_setup(struct ssh *ssh, int id, int success, void *arg) char *proto = NULL, *data = NULL; if (!success) - return; /* No need for error message, channels code sens one */ + return; /* No need for error message, channels code sends one */ display = getenv("DISPLAY"); if (display == NULL && options.forward_x11) -- 2.20.1