GUACAMOLE-1911: Fixed some typo mistakes ("sould", "contrained").
This commit is contained in:
parent
5a328872cd
commit
b4e8ac3a66
@ -169,7 +169,7 @@ struct guac_rdp_audio_buffer {
|
||||
pthread_t flush_thread;
|
||||
|
||||
/**
|
||||
* The absolute point in time that the next packet of audio data sould be
|
||||
* The absolute point in time that the next packet of audio data should be
|
||||
* flushed. Another packet of received data should not be flushed prior to
|
||||
* this time.
|
||||
*/
|
||||
|
||||
@ -147,12 +147,12 @@ void guac_rdp_disp_load_plugin(rdpContext* context);
|
||||
*
|
||||
* @param width
|
||||
* The desired display width, in pixels. Due to the restrictions of the RDP
|
||||
* display update channel, this will be contrained to the range of 200
|
||||
* display update channel, this will be constrained to the range of 200
|
||||
* through 8192 inclusive, and rounded down to the nearest even number.
|
||||
*
|
||||
* @param height
|
||||
* The desired display height, in pixels. Due to the restrictions of the
|
||||
* RDP display update channel, this will be contrained to the range of 200
|
||||
* RDP display update channel, this will be constrained to the range of 200
|
||||
* through 8192 inclusive.
|
||||
*/
|
||||
void guac_rdp_disp_set_size(guac_rdp_disp* disp, guac_rdp_settings* settings,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user