X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-gui%2Flib%2Fsshkey.tcl;h=aa6457bbb5f1b0d64d6e04f27394912483250117;hb=0cfba96121b9617668a7b4ad18e3ae3a19dc8755;hp=5f75bc96b3504bdd67ae3500cfdd30f7d4fcb32a;hpb=f1f509cc4504ebe9e2922c7bc61794183e3d441a;p=git.git diff --git a/git-gui/lib/sshkey.tcl b/git-gui/lib/sshkey.tcl index 5f75bc96b..aa6457bbb 100644 --- a/git-gui/lib/sshkey.tcl +++ b/git-gui/lib/sshkey.tcl @@ -117,7 +117,7 @@ proc read_sshkey_output {fd w} { } else { set finfo [find_ssh_key] if {$finfo eq {}} { - set sshkey_title [mc "Generation succeded, but no keys found."] + set sshkey_title [mc "Generation succeeded, but no keys found."] $w.contents insert end $sshkey_output } else { set sshkey_title [mc "Your key is in: %s" [lindex $finfo 0]]