GUACAMOLE-249: Fix misspelled "instruction" and "have" in comments.

This commit is contained in:
Michael Jumper 2020-01-09 13:10:05 -08:00
parent 2139d40e97
commit feb376ea1e
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ guac_user_blob_handler guac_rdp_pipe_svc_blob_handler;
* Handler for "pipe" instructions which automatically prepares received pipe
* streams to automatically write received blobs to the SVC having the same
* name as the pipe stream. Received pipe streams are associated with the
* relevant guac_rdp_pipe_svc instance and the SVC-specific "blob" instructino
* relevant guac_rdp_pipe_svc instance and the SVC-specific "blob" instruction
* handler (guac_rdp_pipe_svc_blob_handler).
*/
guac_user_pipe_handler guac_rdp_pipe_svc_pipe_handler;

View File

@ -40,7 +40,7 @@
*
* @param path
* A pointer to a buffer which should receive the sanitized path. The
* buffer must hav at least GUAC_RDP_FS_MAX_PATH bytes available.
* buffer must have at least GUAC_RDP_FS_MAX_PATH bytes available.
*/
static void __generate_upload_path(const char* filename, char* path) {