diff mbox series

[v2] gitk: fix a typo

Message ID 20241008133427.5443-1-algonell@gmail.com (mailing list archive)
State New
Headers show
Series [v2] gitk: fix a typo | expand

Commit Message

Andrew Kreimer Oct. 8, 2024, 1:34 p.m. UTC
Fix a typo in comments: wont -> won't.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
v2:
  - A repost, there is no range-diff.
v1:
  - https://lore.kernel.org/all/20241002223816.14858-5-algonell@gmail.com/

 gitk-git/gitk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gitk-git/gitk b/gitk-git/gitk
index 7a087f123d..f85c421c5f 100755
--- a/gitk-git/gitk
+++ b/gitk-git/gitk
@@ -3687,7 +3687,7 @@  proc external_diff {} {
         set diffidto [lindex $diffids 1]
     }
 
-    # make sure that several diffs wont collide
+    # make sure that several diffs won't collide
     set diffdir [gitknewtmpdir]
     if {$diffdir eq {}} return