Spelling fix in interface.mako.server.hpp

Change-Id: I5a69ad0e55e3907d3764d0398738902f167b976f
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/tools/sdbusplus/templates/interface.mako.server.hpp b/tools/sdbusplus/templates/interface.mako.server.hpp
index 7015ca0..d9fec9d 100644
--- a/tools/sdbusplus/templates/interface.mako.server.hpp
+++ b/tools/sdbusplus/templates/interface.mako.server.hpp
@@ -62,7 +62,7 @@
          *
          *  @param[in] bus - Bus to attach to.
          *  @param[in] path - Path to attach at.
-         *  @param[in] vals - Map of property name to value for initalization.
+         *  @param[in] vals - Map of property name to value for initialization.
          */
         ${classname}(bus::bus& bus, const char* path,
                      const std::map<std::string, PropertiesVariant>& vals);