diff --git a/python_libs/pblprog/pebble/programmer/ftdi_swd.py b/python_libs/pblprog/pebble/programmer/ftdi_swd.py index b83e4596..efc7cbf6 100644 --- a/python_libs/pblprog/pebble/programmer/ftdi_swd.py +++ b/python_libs/pblprog/pebble/programmer/ftdi_swd.py @@ -30,7 +30,7 @@ class FTDISerialWireDebug(object): self._ftdi = None raise - # get the FTDI FIFO size and increase the chuncksize to match + # get the FTDI FIFO size and increase the chunksize to match self._ftdi_fifo_size = min(self._ftdi.fifo_sizes) self._ftdi.write_data_set_chunksize(self._ftdi_fifo_size)