summaryrefslogtreecommitdiff
path: root/decoders/modbus/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/modbus/pd.py')
-rw-r--r--decoders/modbus/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/modbus/pd.py b/decoders/modbus/pd.py
index 1d012e4..83ffbb2 100644
--- a/decoders/modbus/pd.py
+++ b/decoders/modbus/pd.py
@@ -841,7 +841,7 @@ class Decoder(srd.Decoder):
annotation_rows = (
('sc', 'Server->client', (0, 1, 2, 3, 4, 5, 6)),
('cs', 'Client->server', (7, 8, 9, 10, 11, 12, 13)),
- ('error-indicator', 'Errors in frame', (14,)),
+ ('error-indicators', 'Errors in frame', (14,)),
)
options = (
{'id': 'scchannel', 'desc': 'Server -> client channel',