From 92d97a3244df460b6762710a46888e0bae274777 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 11 Jan 2020 20:21:00 -0800 Subject: [PATCH] GUACAMOLE-249: Correct typo: "indicating" should be "indicates". --- src/protocols/rdp/channels/cliprdr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/protocols/rdp/channels/cliprdr.c b/src/protocols/rdp/channels/cliprdr.c index 5841cf18..a03ffe93 100644 --- a/src/protocols/rdp/channels/cliprdr.c +++ b/src/protocols/rdp/channels/cliprdr.c @@ -151,8 +151,8 @@ static UINT guac_rdp_cliprdr_monitor_ready(CliprdrClientContext* cliprdr, /** * Sends a Format Data Request PDU to the RDP server, requesting that available * clipboard data be sent to the client in the specified format. This PDU is - * sent when the server indicating that clipboard data is available via a - * Format List PDU. + * sent when the server indicates that clipboard data is available via a Format + * List PDU. * * @param client * The guac_client associated with the current RDP session.