-/* $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 <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
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)