]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/avr_isp/pd.py
Cosmetics, fix typos.
[libsigrokdecode.git] / decoders / avr_isp / pd.py
index 9ecc2801a184d1a7a863b5be4f9dbf5763d018d2..68be0ca4a7708363bf01d5e778ff24ce2586ffbe 100644 (file)
@@ -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']