From 967de1f3970d0e097686c113bcd8ecc7b5a16116 Mon Sep 17 00:00:00 2001 From: Olivier Date: Tue, 10 Dec 2024 18:57:21 +0100 Subject: [PATCH] spelling in saber_base.h (#715) --- common/saber_base.h | 2 +- display/ssd1306.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/saber_base.h b/common/saber_base.h index 5562d7630..0fe5cff9d 100644 --- a/common/saber_base.h +++ b/common/saber_base.h @@ -129,7 +129,7 @@ const char* EffectTypeName(EffectType effect) { switch (effect) { DEFINE_ALL_EFFECTS(); } - return "unknown effeect"; + return "unknown effect"; } #undef DEFINE_EFFECT diff --git a/display/ssd1306.h b/display/ssd1306.h index 85e0d48e3..d3aec759e 100644 --- a/display/ssd1306.h +++ b/display/ssd1306.h @@ -67,7 +67,7 @@ struct BlasterDisplayConfigFile : public ConfigFile { float ProffieOSEmptyImageDuration; // for OLED displays, the time a jam.bmp will play float ProffieOSJamImageDuration; - // for OLED displays, the time a clipiin.bmp will play + // for OLED displays, the time a clipin.bmp will play float ProffieOSClipinImageDuration; // for OLED displays, the time a clipout.bmp will play float ProffieOSClipoutImageDuration;