summaryrefslogtreecommitdiffstats
path: root/src/power/Linux_HostedServiceProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/power/Linux_HostedServiceProvider.c')
-rw-r--r--src/power/Linux_HostedServiceProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/power/Linux_HostedServiceProvider.c b/src/power/Linux_HostedServiceProvider.c
index 7aa1762..8a65fe9 100644
--- a/src/power/Linux_HostedServiceProvider.c
+++ b/src/power/Linux_HostedServiceProvider.c
@@ -46,9 +46,9 @@ static CMPIStatus Linux_HostedServiceEnumInstances(
CIM_ComputerSystemRef computerSystemRef;
CIM_ComputerSystemRef_Init(&computerSystemRef, _cb, ns);
CIM_ComputerSystemRef_Set_Name(&computerSystemRef, get_system_name());
- CIM_ComputerSystemRef_Set_CreationClassName(&computerSystemRef, get_system_creationg_class_name());
+ CIM_ComputerSystemRef_Set_CreationClassName(&computerSystemRef, get_system_creation_class_name());
CMPIObjectPath *computerSystemOP = CIM_ComputerSystemRef_ToObjectPath(&computerSystemRef, &rc);
- computerSystemOP->ft->setClassName(computerSystemOP, get_system_creationg_class_name());
+ computerSystemOP->ft->setClassName(computerSystemOP, get_system_creation_class_name());
Linux_HostedService_SetObjectPath_Antecedent(&w, computerSystemOP);
Linux_PowerManagementServiceRef powerManagementServiceRef;