proxy.py: Fix typo

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-05-01 19:03:46 +09:00
parent 5fdeb1c3e3
commit 63366e43d2

View file

@ -228,7 +228,7 @@ class UartInterface:
except:
# Over USB, reboots cause a reconnect
self.dev.close()
print("Waiting fo reconnection... ", end="")
print("Waiting for reconnection... ", end="")
sys.stdout.flush()
for i in range(100):
print(".", end="")