diff mbox series

[v2,3/7] git-gui: Fix typos

Message ID 20241010151223.311719-4-algonell@gmail.com (mailing list archive)
State New
Headers show
Series [v2,1/7] compat: fix typos | expand

Commit Message

Andrew Kreimer Oct. 10, 2024, 3:11 p.m. UTC
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(-)
diff mbox series

Patch

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