From 98556fbe2e5066afb132c11c2fa709f56be226f8 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Wed, 13 Jul 2022 23:24:06 +0300 Subject: [PATCH] GUACAMOLE-1636: Fix a typo mistake `coordinare`. --- src/protocols/rdp/glyph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/protocols/rdp/glyph.h b/src/protocols/rdp/glyph.h index 85f2080d..b217de02 100644 --- a/src/protocols/rdp/glyph.h +++ b/src/protocols/rdp/glyph.h @@ -96,11 +96,11 @@ BOOL guac_rdp_glyph_new(rdpContext* context, const rdpGlyph* glyph); * The height of the glyph being drawn. * * @param sx - * The X coordinare of the upper-left corner of the glyph within the source + * The X coordinate of the upper-left corner of the glyph within the source * cache surface containing the glyph. * * @param sy - * The Y coordinare of the upper-left corner of the glyph within the source + * The Y coordinate of the upper-left corner of the glyph within the source * cache surface containing the glyph. * * @param redundant