Skip to content

Commit

Permalink
Update BUILD.gn (#23770)
Browse files Browse the repository at this point in the history
Fixed typo in assert message.
  • Loading branch information
ludde127 authored Nov 29, 2022
1 parent 5938196 commit 4f1bc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybindings/pycontroller/BUILD.gn
Original file line number Diff line number Diff line change
@@ -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 = [

0 comments on commit 4f1bc14

Please sign in to comment.