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;
diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp
index 738edc2..a03c13c 100644
--- a/redfish-core/lib/sensors.hpp
+++ b/redfish-core/lib/sensors.hpp
@@ -1020,7 +1020,7 @@
                                         .jsonValue["Redundancy"];
                                 jResp.push_back(
                                     {{"@odata.id",
-                                      "/refish/v1/Chassis/" +
+                                      "/redfish/v1/Chassis/" +
                                           sensorsAsyncResp->chassisId + "/" +
                                           sensorsAsyncResp->chassisSubNode +
                                           "#/Redundancy/" +