diff --git a/examples/light-switch-app/silabs/include/ShellCommands.h b/examples/light-switch-app/silabs/include/ShellCommands.h index 576ad5235ffd6b..f9c6b5d9864d75 100644 --- a/examples/light-switch-app/silabs/include/ShellCommands.h +++ b/examples/light-switch-app/silabs/include/ShellCommands.h @@ -21,10 +21,10 @@ #if defined(ENABLE_CHIP_SHELL) -namespace LightSwtichCommands { +namespace LightSwitchCommands { void RegisterSwitchCommands(); -} // namespace LightSwtichCommands +} // namespace LightSwitchCommands #endif // defined(ENABLE_CHIP_SHELL)