瀏覽代碼

spelling: Fix resources/* issues.

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
Mario Trangoni 2 年之前
父節點
當前提交
ac798134fe
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      resources/Makefile.in-duktape
  2. 1 1
      resources/Makefile.in-lua

+ 1 - 1
resources/Makefile.in-duktape

@@ -46,7 +46,7 @@ ifeq ($(WITH_DUKTAPE_VERSION), 202)
 endif
 
 ifneq ($(DUKTAPE_VERSION_KNOWN), 1)
-  $(error Duktape: Unknwon version - $(WITH_DUKTAPE_VERSION))
+  $(error Duktape: Unknown version - $(WITH_DUKTAPE_VERSION))
 endif
 
 

+ 1 - 1
resources/Makefile.in-lua

@@ -44,7 +44,7 @@ ifeq ($(WITH_LUA_VERSION), 504)
 endif
 
 ifneq ($(LUA_VERSION_KNOWN), 1)
-  $(error Lua: Unknwon version - $(WITH_LUA_VERSION))
+  $(error Lua: Unknown version - $(WITH_LUA_VERSION))
 endif