From d523eae6e0617e6ad5055738ea4864deacae4313 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 7 Jan 2013 22:30:17 +0100 Subject: Cosmetics, fix typos. --- decoders/avr_isp/pd.py | 2 +- decoders/lm75/pd.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders') 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'] -- cgit v1.2.3-70-g09d2