Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxsysinfo/win32/wmi.cpp')
-rw-r--r--src/libs/zbxsysinfo/win32/wmi.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/zbxsysinfo/win32/wmi.cpp b/src/libs/zbxsysinfo/win32/wmi.cpp
index d74ca3a9a5e..b0b8c2c040b 100644
--- a/src/libs/zbxsysinfo/win32/wmi.cpp
+++ b/src/libs/zbxsysinfo/win32/wmi.cpp
@@ -124,7 +124,7 @@ extern "C" void zbx_co_uninitialize()
* error - [OUT] the error description *
* *
* Return value: SYSINFO_RET_OK - wmi_values contains the retrieved value *
- * SYSINFO_RET_FAIL - retreiving WMI value failed *
+ * SYSINFO_RET_FAIL - retrieving WMI value failed *
* *
* Comments: one value is the value from the first property of the first *
* instance from search result *
@@ -206,7 +206,7 @@ out:
* error - [OUT] the error description *
* *
* Return value: SYSINFO_RET_OK - wmi_values contains the retrieved values *
- * SYSINFO_RET_FAIL - retreiving WMI value failed *
+ * SYSINFO_RET_FAIL - retrieving WMI value failed *
* *
******************************************************************************/
extern "C" static int parse_all(IEnumWbemClassObject *pEnumerator, double timeout,
@@ -439,7 +439,7 @@ out:
* result - [OUT] one value of property from WMI Class *
* *
* Return value: SYSINFO_RET_OK - result contains the retrieved WMI value *
- * SYSINFO_RET_FAIL - retreiving WMI value failed *
+ * SYSINFO_RET_FAIL - retrieving WMI value failed *
* *
******************************************************************************/
extern "C" int WMI_GET(AGENT_REQUEST *request, AGENT_RESULT *result)