X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Frfm12%2Fpd.py;h=9bcbd9d8c21439c75cdf295892fb4f38ec7857dc;hb=46fe9a4ab1327b03809fe3e5e288773f3f93e5ea;hp=30653838629495f8dc3cecf8c6cf5637b460489b;hpb=cac173dbec2b1761414ace8289204945557c8526;p=libsigrokdecode.git diff --git a/decoders/rfm12/pd.py b/decoders/rfm12/pd.py index 3065383..9bcbd9d 100644 --- a/decoders/rfm12/pd.py +++ b/decoders/rfm12/pd.py @@ -460,7 +460,7 @@ class Decoder(srd.Decoder): else: c = '%02x %02x' % tuple(cmd) r = '%02x %02x' % tuple(ret) - self.putx(0, 16, ['Uknown command: %s (reply: %s)!' % (c, r)]) + self.putx(0, 16, ['Unknown command: %s (reply: %s)!' % (c, r)]) def decode(self, ss, es, data): ptype, mosi, miso = data