GUACAMOLE-1225: Merge fix simple typo, verfying -> verifying, in code documentation

This commit is contained in:
Virtually Nick 2020-12-21 08:00:29 -05:00 committed by GitHub
commit 2fc3a43e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ static void write_instructions(int fd) {
/**
* Reads and parses instructions from the given file descriptor using a
* guac_socket and guac_parser, verfying that those instructions match the
* guac_socket and guac_parser, verifying that those instructions match the
* series of Guacamole instructions expected to be written by
* write_instructions(). The given file descriptor is automatically closed as a
* result of calling this function.

View File

@ -64,7 +64,7 @@ static void write_instructions(int fd) {
/**
* Reads raw bytes from the given file descriptor until no further bytes
* remain, verfying that those bytes represent the series of Guacamole
* remain, verifying that those bytes represent the series of Guacamole
* instructions expected to be written by write_instructions(). The given
* file descriptor is automatically closed as a result of calling this
* function.

View File

@ -75,7 +75,7 @@ static void write_instructions(int fd) {
/**
* Reads raw bytes from the given file descriptor until no further bytes
* remain, verfying that those bytes represent the series of Guacamole
* remain, verifying that those bytes represent the series of Guacamole
* instructions expected to be written by write_instructions(). The given
* file descriptor is automatically closed as a result of calling this
* function.