GUAC-763: Fix typo in comment.
This commit is contained in:
parent
46faa7ab85
commit
0adf16c501
@ -104,7 +104,7 @@ enum __TELNET_ARGS_IDX {
|
||||
};
|
||||
|
||||
/**
|
||||
* Compile a regular expression and checks it return value. Returns NULL if compilation fails
|
||||
* Compiles the given regular expression, returning NULL if compilation fails.
|
||||
*/
|
||||
static regex_t* __guac_telnet_compile_regex(guac_client* client, char* pattern) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user