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 and pull[bot] committed Nov 8, 2023
1 parent 4210a62 commit 1000132
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
Expand Up @@ -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 = [
Expand Down

0 comments on commit 1000132

Please sign in to comment.