Skip to content

Commit

Permalink
Merge pull request #17 from AntelopeIO/unkown_misspell
Browse files Browse the repository at this point in the history
fix misspelling in wasmcfg invalid configuration assertion
  • Loading branch information
spoonincode authored Jun 8, 2023
2 parents bd6c0b1 + f7bf668 commit 76197b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/eosio.system/src/eosio.system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ namespace eosiosystem {
}
else
{
check(false, "Unkown configuration");
check(false, "Unknown configuration");
}
}

Expand Down

0 comments on commit 76197b4

Please sign in to comment.