summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/logicalfile/LMI_FileIdentityProvider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logicalfile/LMI_FileIdentityProvider.c b/src/logicalfile/LMI_FileIdentityProvider.c
index cf81504..fe3324f 100644
--- a/src/logicalfile/LMI_FileIdentityProvider.c
+++ b/src/logicalfile/LMI_FileIdentityProvider.c
@@ -193,7 +193,7 @@ static CMPIStatus references(
/* TODO is this error necessary? */
if (strcmp(fileclass, ccname)) {
CMReturnWithChars(_cb, CMPI_RC_ERR_NOT_FOUND,
- "LMCreationClassName is not correct");
+ "LFCreationClassName is not correct");
}
/* SystemElement */