Переглянути джерело

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");
                         const char* pathUsed = folderTree->queryProp("@pathUsed");
                         if (!isEmptyString(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);
                             diskUsage->setDescription(desc);
                         }
                         }
                     }
                     }