X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-gui%2Flib%2Fsshkey.tcl;h=aa6457bbb5f1b0d64d6e04f27394912483250117;hb=c735ce4a1d6298028388299deaa10b1426c2e5fc;hp=5f75bc96b3504bdd67ae3500cfdd30f7d4fcb32a;hpb=00723b02912cc9dae1ee5601ab4b942fdd42ff52;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]]