Skip to content

Commit

Permalink
Fix spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichelp committed Feb 2, 2024
1 parent 212cf7a commit b0023ee
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
AESSBOX
BCKG
Bursztein
DSOWINDOW
FULLSCREEN
GRIDAREAONLY
HWAES
Invernizzi
Karel
Král
Lomné
LXI
Luca
MBEDTLS
Moghimi
Picod
Pylance
RDWR
SBOX
SBREV
TCP
TCPIP
TMPL
TRFL
TRMD
Tensorboard
VICP
WAVEDESC
acqktp
allclose
Expand All @@ -29,6 +38,7 @@ autoreload
autoscaled
batchnorm
batchnormalization
bckg
bibtex
booktitle
burszteindc
Expand All @@ -50,6 +60,7 @@ eprint
figsize
firstrow
frombuffer
hardcopyarea
howpublished
imshow
inproceedings
Expand All @@ -75,12 +86,15 @@ picoapi
picoscope
picosdk
pidx
portname
preds
presamples
pretrained
printername
probas
protver
pyclass
pylance
pyplot
pyvisa
rearchitecting
Expand All @@ -91,6 +105,7 @@ ristime
savefig
scaaml
scipy
setaf
simpleserial
siutils
sname
Expand All @@ -111,6 +126,7 @@ tqdm
trigtime
vals
vispy
vsintellicode
xlabel
xticks
yapf
Expand Down
4 changes: 2 additions & 2 deletions scaaml/capture/scope/lecroy/lecroy.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def _run_command(self, setup_command: Dict[str, Any]) -> None:

def retrieve_file(self, source_file_path: str,
destination_file_path: Path) -> int:
r"""Transfer a file and return how many bytes were transfered.
r"""Transfer a file and return how many bytes were transferred.
Args:
source_file_path (str): The file path path on the oscilloscope, e.g.,
Expand Down Expand Up @@ -503,7 +503,7 @@ def retrieve_file(self, source_file_path: str,
# Just number of bytes and CRC
ans = ans[2:]
elif ans[:7] == b"TRFL #9":
# With hader, number of bytes, and CRC
# With header, number of bytes, and CRC
ans = ans[7:]
else:
# pyvisa automatically strips this header
Expand Down

0 comments on commit b0023ee

Please sign in to comment.