Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 25a2112

Browse files
committedMar 3, 2025·
Merge branch 'server-cluster-interface' of github.com:andy31415/connectedhomeip into server-cluster-interface
2 parents 7da583d + b495b5b commit 25a2112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib/core/CHIPError.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ using CHIP_ERROR = ::chip::ChipError;
841841
* @def CHIP_ERROR_IN_USE
842842
*
843843
* @brief
844-
* A value is already used. Generally indicates an unavailable resrouce.
844+
* A value is already used. Generally indicates an unavailable resource.
845845
* As opposed to CHIP_ERROR_BUSY, the use is not considered transient/temporary.
846846
*
847847
*/

0 commit comments

Comments
 (0)
Please sign in to comment.