From 92a9d02e999eb72ff08fa0fea375553dbb76a4e6 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Sat, 23 Nov 2019 16:07:17 +0100 Subject: decoder/encoder: typo Bug-AGL: SPEC-2991 Change-Id: I9ebea118770a9ffe0dd4321408643e76250e3635 Signed-off-by: Romain Forlot --- low-can-binding/can/can-decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'low-can-binding/can/can-decoder.cpp') diff --git a/low-can-binding/can/can-decoder.cpp b/low-can-binding/can/can-decoder.cpp index d70f1252..cf4306a5 100644 --- a/low-can-binding/can/can-decoder.cpp +++ b/low-can-binding/can/can-decoder.cpp @@ -156,7 +156,7 @@ openxc_DynamicField decoder_t::decode_bytes(signal_t& signal, std::shared_ptr= length) { - AFB_ERROR("Error in description of signals"); + AFB_ERROR("Error in signal's description"); return decoded_value; } -- cgit 1.2.3-korg