diff --git a/src/pybindings/pycontroller/BUILD.gn b/src/pybindings/pycontroller/BUILD.gn index c4dce518c4e622..b15e424098a9b4 100644 --- a/src/pybindings/pycontroller/BUILD.gn +++ b/src/pybindings/pycontroller/BUILD.gn @@ -50,7 +50,7 @@ shared_library("CHIPController") { } else if (current_os == "linux") { include_dirs += [ "/usr/include/python3.9" ] } else { - assert(false, "OS not supprted.") + assert(false, "OS not supported.") } sources = [