We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36a420 commit 7e25e3fCopy full SHA for 7e25e3f
src/lib/core/CHIPError.h
@@ -852,7 +852,7 @@ using CHIP_ERROR = ::chip::ChipError;
852
*
853
* @brief
854
* Report a multi-part operation as having had failures.
855
- * This is used as an aggregate of a single CHIP_ERROR when several undelying
+ * This is used as an aggregate of a single CHIP_ERROR when several underlying
856
* calls may have failed and no single point of failure is reported.
857
*/
858
#define CHIP_ERROR_HAD_FAILURES CHIP_CORE_ERROR(0x29)
0 commit comments