GUACAMOLE-1636: Fix a typo mistake assicated
.
This commit is contained in:
parent
98556fbe2e
commit
4048dd4900
@ -109,7 +109,7 @@ void guac_rdp_disp_free(guac_rdp_disp* disp);
|
|||||||
/**
|
/**
|
||||||
* Adds FreeRDP's "disp" plugin to the list of dynamic virtual channel plugins
|
* Adds FreeRDP's "disp" plugin to the list of dynamic virtual channel plugins
|
||||||
* to be loaded by FreeRDP's "drdynvc" plugin. The context of the plugin will
|
* to be loaded by FreeRDP's "drdynvc" plugin. The context of the plugin will
|
||||||
* automatically be assicated with the guac_rdp_disp instance pointed to by the
|
* automatically be associated with the guac_rdp_disp instance pointed to by the
|
||||||
* current guac_rdp_client. The plugin will only be loaded once the "drdynvc"
|
* current guac_rdp_client. The plugin will only be loaded once the "drdynvc"
|
||||||
* plugin is loaded. The "disp" plugin ultimately adds support for the Display
|
* plugin is loaded. The "disp" plugin ultimately adds support for the Display
|
||||||
* Update channel.
|
* Update channel.
|
||||||
|
@ -110,7 +110,7 @@ void guac_rdp_rdpei_free(guac_rdp_rdpei* rdpei);
|
|||||||
/**
|
/**
|
||||||
* Adds FreeRDP's "rdpei" plugin to the list of dynamic virtual channel plugins
|
* Adds FreeRDP's "rdpei" plugin to the list of dynamic virtual channel plugins
|
||||||
* to be loaded by FreeRDP's "drdynvc" plugin. The context of the plugin will
|
* to be loaded by FreeRDP's "drdynvc" plugin. The context of the plugin will
|
||||||
* automatically be assicated with the guac_rdp_rdpei instance pointed to by the
|
* automatically be associated with the guac_rdp_rdpei instance pointed to by the
|
||||||
* current guac_rdp_client. The plugin will only be loaded once the "drdynvc"
|
* current guac_rdp_client. The plugin will only be loaded once the "drdynvc"
|
||||||
* plugin is loaded. The "rdpei" plugin ultimately adds support for multi-touch
|
* plugin is loaded. The "rdpei" plugin ultimately adds support for multi-touch
|
||||||
* input via the RDPEI channel.
|
* input via the RDPEI channel.
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
/**
|
/**
|
||||||
* Adds FreeRDP's "rdpgfx" plugin to the list of dynamic virtual channel plugins
|
* Adds FreeRDP's "rdpgfx" plugin to the list of dynamic virtual channel plugins
|
||||||
* to be loaded by FreeRDP's "drdynvc" plugin. The context of the plugin will
|
* to be loaded by FreeRDP's "drdynvc" plugin. The context of the plugin will
|
||||||
* automatically be assicated with the guac_rdp_rdpgfx instance pointed to by the
|
* automatically be associated with the guac_rdp_rdpgfx instance pointed to by the
|
||||||
* current guac_rdp_client. The plugin will only be loaded once the "drdynvc"
|
* current guac_rdp_client. The plugin will only be loaded once the "drdynvc"
|
||||||
* plugin is loaded. The "rdpgfx" plugin ultimately adds support for the RDP
|
* plugin is loaded. The "rdpgfx" plugin ultimately adds support for the RDP
|
||||||
* Graphics Pipeline Extension.
|
* Graphics Pipeline Extension.
|
||||||
|
Loading…
Reference in New Issue
Block a user