From: Dejan Ribič Date: Sun, 30 Oct 2011 17:18:44 +0000 (+0100) Subject: git-gui: fix spelling error in sshkey.tcl X-Git-Tag: gitgui-0.16.0~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4198579b0a35edfc17e77ba11be3f801e89205ab;p=git.git git-gui: fix spelling error in sshkey.tcl Spelling error originally reported to Ubuntu as launchpad bug #879427. Acked-by: Erik Faye-Lund Signed-off-by: Dejan Ribič Signed-off-by: Pat Thoyts --- diff --git a/lib/sshkey.tcl b/lib/sshkey.tcl index 5f75bc96b..aa6457bbb 100644 --- a/lib/sshkey.tcl +++ b/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]]