summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDejan Ribič <dejan.ribic@gmail.com>2011-10-30 18:18:44 +0100
committerPat Thoyts <patthoyts@users.sourceforge.net>2011-10-31 08:58:18 +0000
commit4198579b0a35edfc17e77ba11be3f801e89205ab (patch)
tree38a80cf0a865d0d295f8329c1d7ff99de106d90e /lib
parent95fa862b577711918fe17cadc3b18851cd077a2b (diff)
downloadgit-4198579b0a35edfc17e77ba11be3f801e89205ab.tar.gz
git-gui: fix spelling error in sshkey.tcl
Spelling error originally reported to Ubuntu as launchpad bug #879427. Acked-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Dejan Ribič <dejan.ribic@gmail.com> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/sshkey.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sshkey.tcl b/lib/sshkey.tcl
index 5f75bc96b3..aa6457bbb5 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]]