From 868fd207a7506ae2ab48d6a8755350e452d60521 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 4 Apr 2015 18:34:42 +0200 Subject: Fix a bunch of typos. --- decoders/mx25lxx05d/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/mx25lxx05d') diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index 0217de4..b5ccee0 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -252,7 +252,7 @@ class Decoder(srd.Decoder): self.ss_block = self.ss self.putx([8, ['Command: %s' % cmds[self.state][1]]]) elif self.cmdstate in (2, 3, 4): - # Bytes 2/3/4: Master sends sectror address (24bits, MSB-first). + # Bytes 2/3/4: Master sends sector address (24bits, MSB-first). self.addr |= (mosi << ((4 - self.cmdstate) * 8)) # self.putx([0, ['Sector address, byte %d: 0x%02x' % \ # (4 - self.cmdstate, mosi)]]) -- cgit v1.2.3-70-g09d2