Skip to content

Commit 55e3443

Browse files
cstimgitster
authored andcommitted
gitk: Fix typo in user message.
Signed-off-by: Christian Stimming <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 66e15a6 commit 55e3443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gitk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,12 +2629,12 @@ proc askrelhighlight {row id} {
26292629

26302630
if {![info exists selectedline]} return
26312631
set isbold 0
2632-
if {$highlight_related eq [mc "Descendent"] ||
2633-
$highlight_related eq [mc "Not descendent"]} {
2632+
if {$highlight_related eq [mc "Descendant"] ||
2633+
$highlight_related eq [mc "Not descendant"]} {
26342634
if {![info exists descendent($id)]} {
26352635
is_descendent $id
26362636
}
2637-
if {$descendent($id) == ($highlight_related eq [mc "Descendent"])} {
2637+
if {$descendent($id) == ($highlight_related eq [mc "Descendant"])} {
26382638
set isbold 1
26392639
}
26402640
} elseif {$highlight_related eq [mc "Ancestor"] ||

0 commit comments

Comments
 (0)