All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] typo in git-gui/lib/sshkeys.tcl
@ 2011-10-30 10:15 Dejan Ribič
  2011-10-30 14:47 ` Ramkumar Ramachandra
  0 siblings, 1 reply; 2+ messages in thread
From: Dejan Ribič @ 2011-10-30 10:15 UTC (permalink / raw)
  To: git


[-- Attachment #1.1: Type: text/plain, Size: 258 bytes --]

Hi,

   I am new at this, but I am trying to fix a few "bitesize" bugs in
Ubuntu for start and somebody suggested, that I post this patch to
Upstream, so I'm doing this.

Cheers,

Dejan

P.S.: I am not subscribed to this list, so please CC to me.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: sshkeys.tcl.diff --]
[-- Type: text/x-patch; name="sshkeys.tcl.diff", Size: 501 bytes --]

=== modified file 'git-gui/lib/sshkey.tcl'
--- git-gui/lib/sshkey.tcl	2010-04-03 15:07:19 +0000
+++ git-gui/lib/sshkey.tcl	2011-10-29 23:08:15 +0000
@@ -117,7 +117,7 @@
 	} 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]]


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 554 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] typo in git-gui/lib/sshkeys.tcl
  2011-10-30 10:15 [PATCH] typo in git-gui/lib/sshkeys.tcl Dejan Ribič
@ 2011-10-30 14:47 ` Ramkumar Ramachandra
  0 siblings, 0 replies; 2+ messages in thread
From: Ramkumar Ramachandra @ 2011-10-30 14:47 UTC (permalink / raw)
  To: Dejan Ribič; +Cc: git

Hi Dejan,

Dejan Ribič writes:
>   I am new at this, but I am trying to fix a few "bitesize" bugs in
> Ubuntu for start and somebody suggested, that I post this patch to
> Upstream, so I'm doing this.

Welcome to the Git community.  Please read
Documentation/SubmittingPatches so that your patch can be considered
for inclusion: in short, prepare and send the patch using 'git
format-patch'/ 'git send-email' along with a nice commit message and
signoff.

> P.S.: I am not subscribed to this list, so please CC to me.

That's the default convention on this list- no need to specify explicitly.

Cheers.

-- Ram

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-30 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-30 10:15 [PATCH] typo in git-gui/lib/sshkeys.tcl Dejan Ribič
2011-10-30 14:47 ` Ramkumar Ramachandra

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.