From ff8feceefcf477d21e505deaedade27b1708d6a3 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sun, 22 Sep 2024 23:42:44 +0200 Subject: [PATCH] Fix typo --- modules/Huey/Huey.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Huey/Huey.cpp b/modules/Huey/Huey.cpp index 7ad1d51..597303e 100644 --- a/modules/Huey/Huey.cpp +++ b/modules/Huey/Huey.cpp @@ -65,7 +65,7 @@ void Huey::render() { cairo_move_to(_c, 31, 87); cairo_show_text(_c, rgb_oss.str().c_str()); - // render hue and rgb texts in white, sligtly offset + // render hue and rgb texts in white, slightly offset cairo_set_source_rgb(_c, 1, 1, 1); cairo_move_to(_c, 29, 49); cairo_show_text(_c, hue_oss.str().c_str());