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