From f7bf6689835185bae371c57d957c1aa3ab934468 Mon Sep 17 00:00:00 2001 From: Matt Witherspoon <32485495+spoonincode@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:58:47 -0500 Subject: [PATCH] fix misspelling in wasmcfg invalid configuration assertion --- contracts/eosio.system/src/eosio.system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/eosio.system/src/eosio.system.cpp b/contracts/eosio.system/src/eosio.system.cpp index 8b0b2edc..527b0324 100644 --- a/contracts/eosio.system/src/eosio.system.cpp +++ b/contracts/eosio.system/src/eosio.system.cpp @@ -223,7 +223,7 @@ namespace eosiosystem { } else { - check(false, "Unkown configuration"); + check(false, "Unknown configuration"); } }