From 5e9c7cdb42191decddd78e881548f9f872d46d10 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 11 Jan 2020 20:24:12 -0800 Subject: [PATCH] GUACAMOLE-249: Correct typo: "of common RDPDR header" should be "of the common RDPDR header". --- .../rdp/channels/rdpdr/rdpdr-fs-messages-dir-info.h | 6 +++--- .../rdp/channels/rdpdr/rdpdr-fs-messages-file-info.h | 6 +++--- src/protocols/rdp/channels/rdpdr/rdpdr.h | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-dir-info.h b/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-dir-info.h index fb49ce93..2f259e91 100644 --- a/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-dir-info.h +++ b/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-dir-info.h @@ -43,9 +43,9 @@ * * @param device * The guac_rdpdr_device of the relevant device, as dictated by the - * deviceId field of common RDPDR header within the received PDU. Within - * the guac_rdpdr_iorequest structure, the deviceId field is stored within - * device_id. + * deviceId field of the common RDPDR header within the received PDU. + * Within the guac_rdpdr_iorequest structure, the deviceId field is stored + * within device_id. * * @param iorequest * The contents of the common RDPDR Device I/O Request header shared by all diff --git a/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-file-info.h b/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-file-info.h index 25f13cee..f7a8784f 100644 --- a/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-file-info.h +++ b/src/protocols/rdp/channels/rdpdr/rdpdr-fs-messages-file-info.h @@ -41,9 +41,9 @@ * * @param device * The guac_rdpdr_device of the relevant device, as dictated by the - * deviceId field of common RDPDR header within the received PDU. Within - * the guac_rdpdr_iorequest structure, the deviceId field is stored within - * device_id. + * deviceId field of the common RDPDR header within the received PDU. + * Within the guac_rdpdr_iorequest structure, the deviceId field is stored + * within device_id. * * @param iorequest * The contents of the common RDPDR Device I/O Request header shared by all diff --git a/src/protocols/rdp/channels/rdpdr/rdpdr.h b/src/protocols/rdp/channels/rdpdr/rdpdr.h index a5f5798d..b6f9da31 100644 --- a/src/protocols/rdp/channels/rdpdr/rdpdr.h +++ b/src/protocols/rdp/channels/rdpdr/rdpdr.h @@ -87,9 +87,9 @@ typedef struct guac_rdpdr_iorequest { * * @param device * The guac_rdpdr_device of the relevant device, as dictated by the - * deviceId field of common RDPDR header within the received PDU. Within - * the guac_rdpdr_iorequest structure, the deviceId field is stored within - * device_id. + * deviceId field of the common RDPDR header within the received PDU. + * Within the guac_rdpdr_iorequest structure, the deviceId field is stored + * within device_id. * * @param iorequest * The contents of the common RDPDR Device I/O Request header shared by all