Fix project name misspelling

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I11a2565cdf424fc98a193fe722643efdf8ae9424
diff --git a/user_channel/channel_mgmt.cpp b/user_channel/channel_mgmt.cpp
index 2d641af..96776df 100644
--- a/user_channel/channel_mgmt.cpp
+++ b/user_channel/channel_mgmt.cpp
@@ -335,7 +335,7 @@
     initChannelPersistData();
 
     sigHndlrLock = boost::interprocess::file_lock(channelNvDataFilename);
-    // Register it for single object and single process either netipimd /
+    // Register it for single object and single process either netipmid /
     // host-ipmid
     if (chPropertiesSignal == nullptr && sigHndlrLock.try_lock())
     {
diff --git a/user_channel/user_mgmt.cpp b/user_channel/user_mgmt.cpp
index c205fea..a30c99a 100644
--- a/user_channel/user_mgmt.cpp
+++ b/user_channel/user_mgmt.cpp
@@ -1646,7 +1646,7 @@
     close(fd);
 
     sigHndlrLock = boost::interprocess::file_lock(ipmiUserSignalLockFile);
-    // Register it for single object and single process either netipimd /
+    // Register it for single object and single process either netipmid /
     // host-ipmid
     if (userUpdatedSignal == nullptr && sigHndlrLock.try_lock())
     {