summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2013-07-12 10:12:54 +0200
committerJan Synacek <jsynacek@redhat.com>2013-07-12 10:31:09 +0200
commit37fd7eacb5eaaa84f22073c48d90de519fa0b355 (patch)
treefbf6cf86cc0010e0e24fa32d0c40dc5fe696038c /src
parentf7660edd0f0b1068038f8d4e92830c9e986a72c9 (diff)
downloadopenlmi-providers-37fd7eacb5eaaa84f22073c48d90de519fa0b355.tar.gz
openlmi-providers-37fd7eacb5eaaa84f22073c48d90de519fa0b355.tar.xz
openlmi-providers-37fd7eacb5eaaa84f22073c48d90de519fa0b355.zip
LogicalFile: fix typo
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 */