From 092aba945f87128141fb22fe5f41b71eaa8e1eb2 Mon Sep 17 00:00:00 2001 From: Daniel Schroeder Date: Thu, 17 Jan 2019 15:29:41 +0100 Subject: [PATCH] Tiny typo fix in comment --- sonoff/user_config_override_sample.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonoff/user_config_override_sample.h b/sonoff/user_config_override_sample.h index b2b403e1a..9a48d2d50 100644 --- a/sonoff/user_config_override_sample.h +++ b/sonoff/user_config_override_sample.h @@ -20,7 +20,7 @@ #ifndef _USER_CONFIG_OVERRIDE_H_ #define _USER_CONFIG_OVERRIDE_H_ -// force the compiler to show a warning to confirm that this file is inlcuded +// force the compiler to show a warning to confirm that this file is included #warning **** user_config_override.h: Using Settings from this File **** /*****************************************************************************************************\ @@ -93,4 +93,4 @@ Examples : -#endif // _USER_CONFIG_OVERRIDE_H_ \ No newline at end of file +#endif // _USER_CONFIG_OVERRIDE_H_