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.