GUACAMOLE-249: Correct typo: "indicating" should be "indicates".
diff --git a/src/protocols/rdp/channels/cliprdr.c b/src/protocols/rdp/channels/cliprdr.c
index 5841cf1..a03ffe9 100644
--- a/src/protocols/rdp/channels/cliprdr.c
+++ b/src/protocols/rdp/channels/cliprdr.c
@@ -151,8 +151,8 @@
 /**
  * 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.