Skip to content

Commit d41241e

Browse files
authored
Typo in logging
1 parent c2c4eff commit d41241e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sitecustomize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def start(self) -> None:
437437
traceback.print_exc(excep)
438438

439439
def start_listening(self) -> None:
440-
print(f"Wuppiefuzz - Started listenening", flush=True)
440+
print(f"Wuppiefuzz - Started listening", flush=True)
441441
connection, address = self.accept()
442442
print(f"WuppieFuzz - Incoming TCP connection from {address}", flush=True)
443443
try:

0 commit comments

Comments
 (0)