From c9fa69ef08e3eeb8e239f68d21419875b32917ae Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Sun, 8 Apr 2018 16:35:25 -0500 Subject: Grammar and spelling fixes Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Some additional grammar and capitalization errors were fixed as well. Change-Id: I700db4e6d7ba52b02374c9c3e84be0af8bd91859 Signed-off-by: Gunnar Mills --- sensordatahandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sensordatahandler.cpp') diff --git a/sensordatahandler.cpp b/sensordatahandler.cpp index 4d87341..20006dc 100644 --- a/sensordatahandler.cpp +++ b/sensordatahandler.cpp @@ -68,7 +68,7 @@ ServicePath getServiceAndPath(sdbusplus::bus::bus& bus, const auto& iter = mapperResponse.find(path); if (iter == mapperResponse.end()) { - log("Coudn't find d-bus path", + log("Couldn't find D-Bus path", entry("PATH=%s", path), entry("INTERFACE=%s", interface)); elog(); -- cgit v1.2.1