From 63e9d1d6b0af44ae40f8e0a32b7eaf6c53ad83e9 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Sat, 5 Jan 2019 23:24:00 +0900 Subject: [PATCH] Fixed minor typo --- src/AutoConnectElementBasisImpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AutoConnectElementBasisImpl.h b/src/AutoConnectElementBasisImpl.h index fa126c4..f1f605e 100644 --- a/src/AutoConnectElementBasisImpl.h +++ b/src/AutoConnectElementBasisImpl.h @@ -78,7 +78,7 @@ void AutoConnectRadioBasis::check(const String& value) { } /** - * Clear value items of AutoConnetRadio and reallocate new storage. + * Clear value items of AutoConnectRadio and reallocate new storage. * All hold items are released. * @param reserve If 'reserve' is greater than 0, this function * allocates new holding storage with the value. @@ -116,7 +116,7 @@ const String AutoConnectRadioBasis::toHTML(void) const { } /** - * Clear option items of AutoConnetSelect and reallocate new storage. + * Clear option items of AutoConnectSelect and reallocate new storage. * All hold items are released. * @param reserve If 'reserve' is greater than 0, this function * allocates new holding storage with the value.