]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/modbus/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / modbus / pd.py
index 1d012e4560170aa05b3cebfc47defa2f3a9d3b8f..83ffbb27277090cb477abc3f1c28512291cd04fb 100644 (file)
@@ -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',