Index: sources/canbus/MessageInterpreter.h =================================================================== diff -u -r73d6d02c19467735e92f7c451ca5d3b47a2a90e4 -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/canbus/MessageInterpreter.h (.../MessageInterpreter.h) (revision 73d6d02c19467735e92f7c451ca5d3b47a2a90e4) +++ sources/canbus/MessageInterpreter.h (.../MessageInterpreter.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -32,7 +32,7 @@ * \brief The MessageInterpreter class * \details This the class that interprets the messages to/from frames. * UI only understands GuiActionType and QVariantList data types - * And CANBUS only understands QCanBusFrame with Hex values in QByteArrays + * And CANBus only understands QCanBusFrame with Hex values in QByteArrays * This is the class which interpret this data to/from. * This class is converting the data of messages to frames regarding the Message ID from values to array of bytes * or converting the payload of frames from data of messages regarding the Message ID from array of bytes to values. \n