Fix project name misspelling

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I11a2565cdf424fc98a193fe722643efdf8ae9424
diff --git a/meson.build b/meson.build
index 3b15faa..3ecd444 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project(
-  'phosphor-host-ipimd',
+  'phosphor-host-ipmid',
   'cpp',
   version: '0.1',
   meson_version: '>=0.57.0',
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())
     {