Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed Feb 1, 2024
1 parent fb3ed9e commit c3660a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_framework/wallet_cli_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async def _read_available_output(self) -> str:

return result
except Exception as e:
self.log.error(f"read tiemout '{e}'")
self.log.error(f"read timeout '{e}'")
self.wallet_commands_file.write(b"read from stdout timedout\n")
return ''

Expand Down

0 comments on commit c3660a9

Please sign in to comment.