=== modified file 'git-gui/lib/sshkey.tcl' --- git-gui/lib/sshkey.tcl 2010-04-03 15:07:19 +0000 +++ git-gui/lib/sshkey.tcl 2011-10-29 23:08:15 +0000 @@ -117,7 +117,7 @@ } 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]]