Minor fix: Typo correction

Typo correction: 'refish' to "redfish"

Tested:
Checked chassis URI and observed correct spelling.

Change-Id: Ic09ab11acd47fdf45fadc485df9c1fd03c0ee4fb
Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com>
diff --git a/redfish-core/lib/managers.hpp b/redfish-core/lib/managers.hpp
index 9d2144e..1dab258 100644
--- a/redfish-core/lib/managers.hpp
+++ b/redfish-core/lib/managers.hpp
@@ -897,7 +897,7 @@
                 return CreatePIDRet::fail;
             }
 
-            // /refish/v1/chassis/chassis_name/
+            // /redfish/v1/chassis/chassis_name/
             if (!dbus::utility::getNthStringFromPath(chassisId, 3, chassis))
             {
                 BMCWEB_LOG_ERROR << "Got invalid path " << chassisId;