Browse Source

spelling: Fix resources/* issues.

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
Mario Trangoni 2 năm trước cách đây
mục cha
commit
ac798134fe
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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