Skip to content

Commit 680ebc0

Browse files
MikeRalphsongitster
authored andcommitted
Documentation: fix typos / spelling mistakes
Signed-off-by: Mike Ralphson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7c0282b commit 680ebc0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Documentation/git-cvsimport.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Problems related to tags:
196196

197197
If you suspect that any of these issues may apply to the repository you
198198
want to import consider using these alternative tools which proved to be
199-
more stable in practise:
199+
more stable in practice:
200200

201201
* cvs2git (part of cvs2svn), `http://cvs2svn.tigris.org`
202202
* parsecvs, `http://cgit.freedesktop.org/~keithp/parsecvs`

Documentation/git-format-patch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ CONFIGURATION
194194
-------------
195195
You can specify extra mail header lines to be added to each message
196196
in the repository configuration, new defaults for the subject prefix
197-
and file suffix, control attachements, and number patches when outputting
197+
and file suffix, control attachments, and number patches when outputting
198198
more than one.
199199

200200
------------

contrib/thunderbird-patch-inline/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
appp.sh is a script that is supposed to be used together with ExternalEditor
2-
for Mozilla Thundebird. It will let you include patches inline in e-mails
2+
for Mozilla Thunderbird. It will let you include patches inline in e-mails
33
in an easy way.
44

55
Usage:
66
- Generate the patch with git format-patch.
77
- Start writing a new e-mail in Thunderbird.
88
- Press the external editor button (or Ctrl-E) to run appp.sh
9-
- Select the previosly generated patch file.
9+
- Select the previously generated patch file.
1010
- Finish editing the e-mail.
1111

1212
Any text that is entered into the message editor before appp.sh is called

gitweb/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ not include variables usually directly set during build):
206206
* $fallback_encoding
207207
Gitweb assumes this charset if line contains non-UTF-8 characters.
208208
Fallback decoding is used without error checking, so it can be even
209-
'utf-8'. Value mist be valid encodig; see Encoding::Supported(3pm) man
209+
'utf-8'. Value must be valid encoding; see Encoding::Supported(3pm) man
210210
page for a list. By default 'latin1', aka. 'iso-8859-1'.
211211
* @diff_opts
212212
Rename detection options for git-diff and git-diff-tree. By default

0 commit comments

Comments
 (0)