Skip to content

Commit

Permalink
Fix a typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
li-boxuan committed Jan 21, 2025
1 parent 7bbad2d commit e1a7c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/controller/replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, replay_events: list[Event] | None):
event = replay_events[index]
if isinstance(event, MessageAction) and event.wait_for_response:
# For any message waiting for response that is not the last
# event, we override wait_for_response to True, as a response
# event, we override wait_for_response to False, as a response
# would have been included in the next event, and we don't
# want the user to interfere with the replay process
logger.info(
Expand Down

0 comments on commit e1a7c46

Please sign in to comment.