Fixing typo across many files (#1287)

* Update furi_hal_subghz.c
* Update subghz_scene_read_raw.c
* Update subghz_i.c
* Update came_twee.c
* Update secplus_v2.c
This commit is contained in:
UberGuidoZ
2022-05-31 15:35:31 -07:00
committed by GitHub
parent 66dbb68947
commit 2c4b2b8775
5 changed files with 8 additions and 8 deletions

View File

@@ -184,7 +184,7 @@ bool subghz_scene_read_raw_on_event(void* context, SceneManagerEvent event) {
scene_manager_next_scene(subghz->scene_manager, SubGhzSceneMoreRAW);
return true;
} else {
furi_crash("SugGhz: RAW file name update error.");
furi_crash("SubGhz: RAW file name update error.");
}
break;