diff options
author | Dejan Ribič <dejan.ribic@gmail.com> | 2011-10-30 18:18:44 +0100 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2011-10-31 08:58:18 +0000 |
commit | 4198579b0a35edfc17e77ba11be3f801e89205ab (patch) | |
tree | 38a80cf0a865d0d295f8329c1d7ff99de106d90e /lib/sshkey.tcl | |
parent | 95fa862b577711918fe17cadc3b18851cd077a2b (diff) | |
download | git-4198579b0a35edfc17e77ba11be3f801e89205ab.tar.gz git-4198579b0a35edfc17e77ba11be3f801e89205ab.tar.xz |
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/sshkey.tcl')
-rw-r--r-- | lib/sshkey.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
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]] |