diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2017-10-25 13:41:41 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2017-10-25 13:42:31 -0500 |
| commit | 5f9874f25c7e04597e0bbc69ee4797db4971b9c2 (patch) | |
| tree | bbabb92b43eaf704e05048fcf6221fcb29771393 | |
| parent | a41b3896816e71cc19e8daba6009b3869dfc5207 (diff) | |
| download | sdbusplus-5f9874f25c7e04597e0bbc69ee4797db4971b9c2.tar.gz sdbusplus-5f9874f25c7e04597e0bbc69ee4797db4971b9c2.zip | |
Spelling fix in interface.mako.server.hpp
Change-Id: I5a69ad0e55e3907d3764d0398738902f167b976f
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
| -rw-r--r-- | tools/sdbusplus/templates/interface.mako.server.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class ${classname} * * @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); |

