diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2009-04-17 19:13:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-20 15:56:07 -0700 |
commit | 680ebc01806187b33cab9093c39102468298350f (patch) | |
tree | e78dec25b84862f9e3fd325066be7a9c5a236813 /contrib | |
parent | 7c0282bfb9038516b0eeb3b7cb3c1d6ee3cb20de (diff) | |
download | git-680ebc01806187b33cab9093c39102468298350f.tar.gz git-680ebc01806187b33cab9093c39102468298350f.tar.xz |
Documentation: fix typos / spelling mistakes
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/thunderbird-patch-inline/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/thunderbird-patch-inline/README b/contrib/thunderbird-patch-inline/README index 39f96aa11..000147bbe 100644 --- a/contrib/thunderbird-patch-inline/README +++ b/contrib/thunderbird-patch-inline/README @@ -1,12 +1,12 @@ appp.sh is a script that is supposed to be used together with ExternalEditor -for Mozilla Thundebird. It will let you include patches inline in e-mails +for Mozilla Thunderbird. It will let you include patches inline in e-mails in an easy way. Usage: - Generate the patch with git format-patch. - Start writing a new e-mail in Thunderbird. - Press the external editor button (or Ctrl-E) to run appp.sh -- Select the previosly generated patch file. +- Select the previously generated patch file. - Finish editing the e-mail. Any text that is entered into the message editor before appp.sh is called |