From e144452bcdd5f2abbe6b6f3da41ad64f67e39def Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 30 Dec 2019 18:33:32 +0100 Subject: All PDs: Consistently use singular/plural for annotation classes/rows. --- decoders/modbus/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/modbus') 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', -- cgit v1.2.3-70-g09d2