GUACAMOLE-249: Correct typo: "of common RDPDR header" should be "of the common RDPDR header".

This commit is contained in:
Michael Jumper 2020-01-11 20:24:12 -08:00
parent 01c731e241
commit 5e9c7cdb42
3 changed files with 9 additions and 9 deletions

View File

@ -43,9 +43,9 @@
* *
* @param device * @param device
* The guac_rdpdr_device of the relevant device, as dictated by the * The guac_rdpdr_device of the relevant device, as dictated by the
* deviceId field of common RDPDR header within the received PDU. Within * deviceId field of the common RDPDR header within the received PDU.
* the guac_rdpdr_iorequest structure, the deviceId field is stored within * Within the guac_rdpdr_iorequest structure, the deviceId field is stored
* device_id. * within device_id.
* *
* @param iorequest * @param iorequest
* The contents of the common RDPDR Device I/O Request header shared by all * The contents of the common RDPDR Device I/O Request header shared by all

View File

@ -41,9 +41,9 @@
* *
* @param device * @param device
* The guac_rdpdr_device of the relevant device, as dictated by the * The guac_rdpdr_device of the relevant device, as dictated by the
* deviceId field of common RDPDR header within the received PDU. Within * deviceId field of the common RDPDR header within the received PDU.
* the guac_rdpdr_iorequest structure, the deviceId field is stored within * Within the guac_rdpdr_iorequest structure, the deviceId field is stored
* device_id. * within device_id.
* *
* @param iorequest * @param iorequest
* The contents of the common RDPDR Device I/O Request header shared by all * The contents of the common RDPDR Device I/O Request header shared by all

View File

@ -87,9 +87,9 @@ typedef struct guac_rdpdr_iorequest {
* *
* @param device * @param device
* The guac_rdpdr_device of the relevant device, as dictated by the * The guac_rdpdr_device of the relevant device, as dictated by the
* deviceId field of common RDPDR header within the received PDU. Within * deviceId field of the common RDPDR header within the received PDU.
* the guac_rdpdr_iorequest structure, the deviceId field is stored within * Within the guac_rdpdr_iorequest structure, the deviceId field is stored
* device_id. * within device_id.
* *
* @param iorequest * @param iorequest
* The contents of the common RDPDR Device I/O Request header shared by all * The contents of the common RDPDR Device I/O Request header shared by all