Skip to content

Commit

Permalink
spelling in saber_base.h (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierflying747-8 authored Dec 10, 2024
1 parent bf069ee commit 967de1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/saber_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const char* EffectTypeName(EffectType effect) {
switch (effect) {
DEFINE_ALL_EFFECTS();
}
return "unknown effeect";
return "unknown effect";
}
#undef DEFINE_EFFECT

Expand Down
2 changes: 1 addition & 1 deletion display/ssd1306.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 967de1f

Please sign in to comment.