Skip to content
Snippets Groups Projects
Commit 71e9d803 authored by Florian Pose's avatar Florian Pose
Browse files

Typo.

parent 20b1b533
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ void CommandSoeRead::execute(const StringVector &args) ...@@ -108,7 +108,7 @@ void CommandSoeRead::execute(const StringVector &args)
m.readSoe(&data); m.readSoe(&data);
} catch (MasterDeviceSoeException &e) { } catch (MasterDeviceSoeException &e) {
delete [] data.data; delete [] data.data;
err << "CoE read command aborted with code 0x" err << "SoE read command aborted with code 0x"
<< setfill('0') << hex << setw(4) << e.errorCode; << setfill('0') << hex << setw(4) << e.errorCode;
throwCommandException(err); throwCommandException(err);
} catch (MasterDeviceException &e) { } catch (MasterDeviceException &e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment