summaryrefslogtreecommitdiffstatshomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/insert-usb-ids.py2
-rwxr-xr-xtools/pyboard.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/insert-usb-ids.py b/tools/insert-usb-ids.py
index 420db34c5a..cdccd3be97 100644
--- a/tools/insert-usb-ids.py
+++ b/tools/insert-usb-ids.py
@@ -1,4 +1,4 @@
-# Reads the USB VID and PID from the file specifed by sys.arg[1] and then
+# Reads the USB VID and PID from the file specified by sys.argv[1] and then
# inserts those values into the template file specified by sys.argv[2],
# printing the result to stdout
diff --git a/tools/pyboard.py b/tools/pyboard.py
index 5eac030bdd..921ffc52d3 100755
--- a/tools/pyboard.py
+++ b/tools/pyboard.py
@@ -69,7 +69,7 @@ class TelnetToSerial:
self.tn.write(bytes(password, 'ascii') + b"\r\n")
if b'for more information.' in self.tn.read_until(b'Type "help()" for more information.', timeout=read_timeout):
- # login succesful
+ # login successful
from collections import deque
self.fifo = deque()
return