diff --git a/src/app/tests/suites/credentials/BUILD.gn b/src/app/tests/suites/credentials/BUILD.gn index 237f1b8c7f128e..c27683edcc4a68 100644 --- a/src/app/tests/suites/credentials/BUILD.gn +++ b/src/app/tests/suites/credentials/BUILD.gn @@ -33,7 +33,7 @@ source_set("dac_provider") { ] # nuttx keeps a copy of jsoncpp, so don't add it as a dependency - # when building for nuttx, otherwise the build will fails at link + # when building for nuttx, otherwise the build will fail at link # time due to duplicate symbols if (current_os != "nuttx") { deps += [ "${chip_root}/third_party/jsoncpp" ]