diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-01-07 22:30:17 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-01-13 00:49:23 +0100 |
commit | d523eae6e0617e6ad5055738ea4864deacae4313 (patch) | |
tree | e7cb74b97b6d18d4a549abd745147e941115d5e6 /decoders | |
parent | 90a31a01c5afe1a51dbe6b5e90a88e54adfe7d1c (diff) | |
download | libsigrokdecode-d523eae6e0617e6ad5055738ea4864deacae4313.tar.gz libsigrokdecode-d523eae6e0617e6ad5055738ea4864deacae4313.zip |
Cosmetics, fix typos.
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/avr_isp/pd.py | 2 | ||||
-rw-r--r-- | decoders/lm75/pd.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/decoders/avr_isp/pd.py b/decoders/avr_isp/pd.py index 9ecc280..68be0ca 100644 --- a/decoders/avr_isp/pd.py +++ b/decoders/avr_isp/pd.py @@ -29,7 +29,7 @@ class Decoder(srd.Decoder): api_version = 1 id = 'avr_isp' name = 'AVR ISP' - longname = 'AVR in-system programming' + longname = 'AVR In-System Programming' desc = 'Protocol for in-system programming Atmel AVR MCUs.' license = 'gplv2+' inputs = ['spi', 'logic'] diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py index 9d2f0ab..86d3950 100644 --- a/decoders/lm75/pd.py +++ b/decoders/lm75/pd.py @@ -46,7 +46,7 @@ class Decoder(srd.Decoder): id = 'lm75' name = 'LM75' longname = 'National LM75' - desc = 'National LM75 (and compatibles) temperature sensor protocol.' + desc = 'National LM75 (and compatibles) temperature sensor.' license = 'gplv2+' inputs = ['i2c'] outputs = ['lm75'] |