diff options
Diffstat (limited to 'decoders/can')
-rw-r--r-- | decoders/can/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/can/pd.py b/decoders/can/pd.py index 5733e18..a981b00 100644 --- a/decoders/can/pd.py +++ b/decoders/can/pd.py @@ -26,7 +26,7 @@ class Decoder(srd.Decoder): api_version = 1 id = 'can' name = 'CAN' - longname = 'Controller area network' + longname = 'Controller Area Network' desc = 'Field bus protocol for distributed realtime control.' license = 'gplv2+' inputs = ['logic'] |