From ee63d4097a34a25d31af6b28928ac1f418cf6e85 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 10 Dec 2019 20:55:49 +1100 Subject: [PATCH] Fix simple typo: currenly -> currently Closes #29 --- pyringe/plugins/read_only.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyringe/plugins/read_only.py b/pyringe/plugins/read_only.py index 070cd20..2ae6549 100644 --- a/pyringe/plugins/read_only.py +++ b/pyringe/plugins/read_only.py @@ -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