Fix capitalization issue with SyslogIdentifier

Resolves: openbmc/openbmc#2437

Change-Id: I7c74ef01a43f0b91c9c801843feb0948e7deda5e
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
diff --git a/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-power-supply-monitor@.service b/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-power-supply-monitor@.service
index e2b6b27..0e8f9d0 100644
--- a/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-power-supply-monitor@.service
+++ b/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-power-supply-monitor@.service
@@ -9,7 +9,7 @@
 [Service]
 EnvironmentFile={envfiledir}/obmc/power-supply-monitor/power-supply-monitor-%i.conf
 ExecStart=/usr/bin/env witherspoon-psu-monitor --path=${{DEVPATH}} --instance=${{INSTANCE}} --inventory=${{INVENTORY}}
-SysLogIdentifier=witherspoon-psu-monitor
+SyslogIdentifier=witherspoon-psu-monitor
 
 [Install]
 RequiredBy={SYSTEMD_DEFAULT_TARGET}