[Mfg]: Fix the special mode path as per standard

Special mode path corrected to use standard naming
convention instead of lowerCamelCase

Tested:
Verified manufacturing mode command execution by
entering to manufacturing mode.

Change-Id: I951d5cfc5acd52d963d766b668a7065fa0c02fd8
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
diff --git a/include/manufacturingcommands.hpp b/include/manufacturingcommands.hpp
index a6ac45f..e015fd2 100644
--- a/include/manufacturingcommands.hpp
+++ b/include/manufacturingcommands.hpp
@@ -244,7 +244,7 @@
         {
             ipmi::Value mode;
             if (getProperty("xyz.openbmc_project.SpecialMode",
-                            "/xyz/openbmc_project/security/specialMode",
+                            "/xyz/openbmc_project/security/special_mode",
                             "xyz.openbmc_project.Security.SpecialMode",
                             "SpecialMode", &mode) != 0)
             {