@@ -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 {
@@ -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
Fix typos via codespell. Signed-off-by: Andrew Kreimer <algonell@gmail.com> --- git-gui/lib/status_bar.tcl | 2 +- git-gui/lib/themed.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)