From 26c080485a5646c58c2cb4e836a2cd217b30bf2c Mon Sep 17 00:00:00 2001 From: Ludvig Lindholm <59414524+ludde127@users.noreply.github.com> Date: Sat, 26 Nov 2022 16:24:10 +0100 Subject: [PATCH] Update BUILD.gn 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 = [