浏览代码

HPCC-21579 Fix a typo

Change a 'usgae' to 'usage'.

Signed-off-by: wangkx <kevin.wang@lexisnexis.com>
wangkx 6 年之前
父节点
当前提交
865c624b5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      esp/services/ws_machine/ws_machineService.cpp

+ 1 - 1
esp/services/ws_machine/ws_machineService.cpp

@@ -2702,7 +2702,7 @@ void Cws_machineEx::readComponentUsageResult(IEspContext& context, IPropertyTree
                         const char* pathUsed = folderTree->queryProp("@pathUsed");
                         if (!isEmptyString(pathUsed))
                         {
-                            VStringBuffer desc("%s not found. Read disk usgae from %s", aDiskPath, pathUsed);
+                            VStringBuffer desc("%s not found. Read disk usage from %s", aDiskPath, pathUsed);
                             diskUsage->setDescription(desc);
                         }
                     }