GUAC-236: They're buffers, not buggers.

This commit is contained in:
Michael Jumper 2016-03-15 20:34:22 -07:00
parent 86eb9c4b8a
commit e2030c03d0
2 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ guacenc_buffer* guacenc_display_get_related_buffer(guacenc_display* display,
* when drawing the image.
*
* @param layer_index
* The index of the layer or bugger that the image should be drawn to.
* The index of the layer or buffer that the image should be drawn to.
*
* @param mimetype
* The mimetype of the image data that will be received along this stream.

View File

@ -154,7 +154,7 @@ guacenc_decoder* guacenc_get_decoder(const char* mimetype);
* when drawing the image.
*
* @param index
* The index of the layer or bugger that the image should be drawn to.
* The index of the layer or buffer that the image should be drawn to.
*
* @param mimetype
* The mimetype of the image data that will be received along this stream.