GUACAMOLE-1911: Fixed some typo mistakes ("writinging", "millseconds").
This commit is contained in:
parent
87b776b37b
commit
d1e690bd16
@ -115,7 +115,7 @@ BOOL guac_rdp_beep_play_sound(rdpContext* context,
|
||||
/* Ignore if audio is not enabled */
|
||||
if (!settings->audio_enabled) {
|
||||
guac_client_log(client, GUAC_LOG_DEBUG, "Ignoring request to beep "
|
||||
"for %" PRIu32 " millseconds at %" PRIu32 " Hz as audio is "
|
||||
"for %" PRIu32 " milliseconds at %" PRIu32 " Hz as audio is "
|
||||
"disabled.", play_sound->duration, play_sound->frequency);
|
||||
return TRUE;
|
||||
}
|
||||
@ -128,7 +128,7 @@ BOOL guac_rdp_beep_play_sound(rdpContext* context,
|
||||
/* Stream availability is not guaranteed */
|
||||
if (beep == NULL) {
|
||||
guac_client_log(client, GUAC_LOG_DEBUG, "Ignoring request to beep "
|
||||
"for %" PRIu32 " millseconds at %" PRIu32 " Hz as no audio "
|
||||
"for %" PRIu32 " milliseconds at %" PRIu32 " Hz as no audio "
|
||||
"stream could be allocated.", play_sound->duration,
|
||||
play_sound->frequency);
|
||||
return TRUE;
|
||||
|
||||
@ -449,7 +449,7 @@ int guac_rdp_fs_read(guac_rdp_fs* fs, int file_id, uint64_t offset,
|
||||
* The ID of the file to write data to, as returned by guac_rdp_fs_open().
|
||||
*
|
||||
* @param offset
|
||||
* The byte offset within the file to start writinging at.
|
||||
* The byte offset within the file to start writing at.
|
||||
*
|
||||
* @param buffer
|
||||
* The buffer containing the data to write.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user