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());