From a8d47c7ead29f76cfa3d59faa7ea233a82f45002 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 23 Dec 2021 22:28:38 +0800 Subject: fix typo --- xmake/core/base/json.lua | 2 +- xmake/rules/qt/xmake.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xmake/core/base/json.lua b/xmake/core/base/json.lua index e43ae7d52..0b38df42a 100644 --- a/xmake/core/base/json.lua +++ b/xmake/core/base/json.lua @@ -22,7 +22,7 @@ local json = json or {} local cjson = cjson or {} --- laod modules +-- load modules local io = require("base/io") local utils = require("base/utils") diff --git a/xmake/rules/qt/xmake.lua b/xmake/rules/qt/xmake.lua index df6f2e79d..b26a458a5 100644 --- a/xmake/rules/qt/xmake.lua +++ b/xmake/rules/qt/xmake.lua @@ -137,7 +137,7 @@ rule("qt.widgetapp_static") QtPlatformSupport = "QtPlatformCompositorSupport" end - -- laod some basic plugins and frameworks + -- load some basic plugins and frameworks local plugins = {} local frameworks = {"QtGui", "QtWidgets", "QtCore"} if qt_sdkver and qt_sdkver:lt("5.0") then @@ -211,7 +211,7 @@ rule("qt.quickapp_static") QtPlatformSupport = "QtPlatformCompositorSupport" end - -- laod some basic plugins and frameworks + -- load some basic plugins and frameworks local plugins = {} local frameworks = {"QtGui", "QtQuick", "QtQml", "QtQmlModels", "QtCore", "QtNetwork"} if target:is_plat("macosx") then -- cgit v1.3.1