From: "Dejan Ribič" <dejan.ribic@gmail.com>
To: Git ML <git@vger.kernel.org>
Cc: "Dejan Ribič" <dejan.ribic@gmail.com>
Subject: [PATCH] Fix a typo in line 117 of git-gui/lib/sshkeys.tcl.
Date: Sun, 30 Oct 2011 18:18:44 +0100 [thread overview]
Message-ID: <1319995124-7509-1-git-send-email-dejan.ribic@gmail.com> (raw)
In-Reply-To: <n>
"succeded" changed to "succeeded".
Reference Launchpad bug #879427.
modified: git-gui/lib/sshkey.tcl
Signed-off-by: Dejan Ribič <dejan.ribic@gmail.com>
---
git-gui/lib/sshkey.tcl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-gui/lib/sshkey.tcl b/git-gui/lib/sshkey.tcl
index 5f75bc9..aa6457b 100644
--- a/git-gui/lib/sshkey.tcl
+++ b/git-gui/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]]
--
1.7.5.4
next reply other threads:[~2011-10-30 17:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-30 17:18 Dejan Ribič [this message]
2011-10-30 23:57 ` [PATCH] Fix a typo in line 117 of git-gui/lib/sshkeys.tcl Erik Faye-Lund
2011-10-31 8:56 ` Pat Thoyts
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1319995124-7509-1-git-send-email-dejan.ribic@gmail.com \
--to=dejan.ribic@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.