Fix typos via codespell. Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx> --- git-gui/lib/status_bar.tcl | 2 +- git-gui/lib/themed.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git-gui/lib/status_bar.tcl b/git-gui/lib/status_bar.tcl index d32b14142f..a680452524 100644 --- a/git-gui/lib/status_bar.tcl +++ b/git-gui/lib/status_bar.tcl @@ -216,7 +216,7 @@ method _delete {current} { # activity, with the context that there are a few situations where multiple # overlapping asynchronous operations might want to display status information # simultaneously. Instances of status_bar_operation are created by calling -# start on the status_bar, and when the caller is done with its stauts bar +# start on the status_bar, and when the caller is done with its status bar # operation, it calls stop on the operation. class status_bar_operation { diff --git a/git-gui/lib/themed.tcl b/git-gui/lib/themed.tcl index f43d84e54f..68c999a9be 100644 --- a/git-gui/lib/themed.tcl +++ b/git-gui/lib/themed.tcl @@ -4,7 +4,7 @@ namespace eval color { # Variable colors - # Preffered way to set widget colors is using add_option. + # Preferred way to set widget colors is using add_option. # In some cases, like with tags in_diff/in_sel, we use these colors. variable select_bg lightgray variable select_fg black -- 2.39.5