From 10001328337bc4ac3b6ce94fbd4145aa8fbbed43 Mon Sep 17 00:00:00 2001 From: Ludvig Lindholm <59414524+ludde127@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:48:33 +0100 Subject: [PATCH] Update BUILD.gn (#23770) Fixed typo in assert message. --- src/pybindings/pycontroller/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [