From 4198579b0a35edfc17e77ba11be3f801e89205ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dejan=20Ribi=C4=8D?= Date: Sun, 30 Oct 2011 18:18:44 +0100 Subject: [PATCH] git-gui: fix spelling error in sshkey.tcl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- lib/sshkey.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sshkey.tcl b/lib/sshkey.tcl index 5f75bc9..aa6457b 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]] -- 2.11.4.GIT