GUAC-1389: Fix spelling of "markers".

This commit is contained in:
Michael Jumper 2016-03-01 12:21:00 -08:00
parent 1726af0c97
commit cd006a4066

View File

@ -49,7 +49,7 @@ guac_parser* guac_parser_alloc() {
return NULL;
}
/* Init parse start/end marksers */
/* Init parse start/end markers */
parser->__instructionbuf_unparsed_start = parser->__instructionbuf;
parser->__instructionbuf_unparsed_end = parser->__instructionbuf;