diff --git a/src/esp/core/Configuration.h b/src/esp/core/Configuration.h index 3cb2482173..c0320591a3 100644 --- a/src/esp/core/Configuration.h +++ b/src/esp/core/Configuration.h @@ -1350,7 +1350,7 @@ class Configuration { } /** - * @brief Merges Configuration pointed to by @p config into this + * @brief Merges Configuration pointed to by @p src into this * Configuration, including all subconfigs. Passed config overwrites * existing data in this config. * @param src The source of Configuration data we wish to merge into this