Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyringe/plugins/read_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def SelectedThread(self):
current command context.

Returns:
The ID of the currenly selected thread.
The ID of the currently selected thread.
"""
if self.inferior.is_running:
return self.inferior.current_thread
Expand Down