Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Nov 21, 2024
1 parent 1ab91e6 commit e8e2d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/frontend/abi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tests_init \

native_body() {
thisarch=$(uname -p)
if [ "$thisarch" = "unknonw" ]; then
if [ "$thisarch" = "unknown" ]; then
thisarch=$(uname -m)
fi
OS=$(uname -s)
Expand Down

0 comments on commit e8e2d7e

Please sign in to comment.