GUAC-236: They're buffers, not buggers.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/e2030c03 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/e2030c03 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/e2030c03 Branch: refs/heads/master Commit: e2030c03d020612881029e8df9c385eedea14e0a Parents: 86eb9c4 Author: Michael Jumper <[email protected]> Authored: Tue Mar 15 20:34:22 2016 -0700 Committer: Michael Jumper <[email protected]> Committed: Tue Mar 15 20:34:22 2016 -0700 ---------------------------------------------------------------------- src/guacenc/display.h | 2 +- src/guacenc/image-stream.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/e2030c03/src/guacenc/display.h ---------------------------------------------------------------------- diff --git a/src/guacenc/display.h b/src/guacenc/display.h index b8956d7..266c213 100644 --- a/src/guacenc/display.h +++ b/src/guacenc/display.h @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/e2030c03/src/guacenc/image-stream.h ---------------------------------------------------------------------- diff --git a/src/guacenc/image-stream.h b/src/guacenc/image-stream.h index ff36ee1..888b15c 100644 --- a/src/guacenc/image-stream.h +++ b/src/guacenc/image-stream.h @@ -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.
