meta-phosphor: iotools: iotools-setup.service fix field name

Fix field name: /lib/systemd/system/iotools-setup.service:8:
Unknown lvalue 'SystlogIdentifier' in section 'Service'

(From meta-phosphor rev: 9afaeb5cad005d978d8476c8f7c44c6362cf3df5)

Change-Id: I60b8b71dc6d717b712d0cf7ee6f9c5d8387f4939
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-devtools/iotools/iotools/iotools-setup.service b/meta-phosphor/recipes-devtools/iotools/iotools/iotools-setup.service
index 7cc95a0..2d26930 100644
--- a/meta-phosphor/recipes-devtools/iotools/iotools/iotools-setup.service
+++ b/meta-phosphor/recipes-devtools/iotools/iotools/iotools-setup.service
@@ -5,7 +5,7 @@
 RemainAfterExit=no
 Type=oneshot
 ExecStart=/usr/bin/env iotools --make-links
-SystlogIdentifier=iotools
+SyslogIdentifier=iotools
 
 [Install]
 WantedBy={SYSTEMD_DEFAULT_TARGET}