From 655927399134448a6da6abca29d1cd65685bf147 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Mon, 30 Mar 2020 17:23:12 +0900 Subject: [PATCH] Typo fixed --- src/AutoConnectElementBasisImpl.h | 2 +- src/AutoConnectElementJson.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AutoConnectElementBasisImpl.h b/src/AutoConnectElementBasisImpl.h index 1c6f1c0..ed245b8 100644 --- a/src/AutoConnectElementBasisImpl.h +++ b/src/AutoConnectElementBasisImpl.h @@ -100,7 +100,7 @@ const String AutoConnectFileBasis::toHTML(void) const { /** * Instantiate the upload handler with the specified store type. - * @param store An enumuration value of ACFile_t + * @param store An enumeration value of ACFile_t */ bool AutoConnectFileBasis::attach(const ACFile_t store) { AutoConnectUploadFS* handlerFS; diff --git a/src/AutoConnectElementJson.h b/src/AutoConnectElementJson.h index ad4d06a..07724ae 100644 --- a/src/AutoConnectElementJson.h +++ b/src/AutoConnectElementJson.h @@ -139,7 +139,7 @@ class AutoConnectCheckboxJson : public AutoConnectElementJson, public AutoConnec * @param value A string value entered by the selected file name. * @param label A label string that follows file-select box, optionally. * The label is placed in front of file-select box. - * @param store An enumuration value of store type. + * @param store An enumeration value of store type. */ class AutoConnectFileJson : public AutoConnectElementJson, public AutoConnectFileBasis { public: