summaryrefslogtreecommitdiff
path: root/Documentation/git-filter-branch.txt
diff options
context:
space:
mode:
authorThomas Ackermann <th.acker@arcor.de>2014-11-03 20:37:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-11-04 21:14:44 (GMT)
commitf745acb028ee8f7dcd1c8f10127b8feeaa255cf7 (patch)
tree664ed49a136f9e91d8e0cd58ef01576876ad10c0 /Documentation/git-filter-branch.txt
parentdd83521629d95d0c8e4aff85edb16715a13689a3 (diff)
downloadgit-f745acb028ee8f7dcd1c8f10127b8feeaa255cf7.zip
git-f745acb028ee8f7dcd1c8f10127b8feeaa255cf7.tar.gz
git-f745acb028ee8f7dcd1c8f10127b8feeaa255cf7.tar.bz2
Documentation: typofixes
In addition to fixing trivial and obvious typos, be careful about the following points: - Spell ASCII, URL and CRC in ALL CAPS; - Spell Linux as Capitalized; - Do not omit periods in "i.e." and "e.g.". Signed-off-by: Thomas Ackermann <th.acker@arcor.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-filter-branch.txt')
-rw-r--r--Documentation/git-filter-branch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
index 09535f2..73fd9e8 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -451,8 +451,8 @@ characteristics:
* By default The BFG takes full advantage of multi-core machines,
cleansing commit file-trees in parallel. git-filter-branch cleans
- commits sequentially (ie in a single-threaded manner), though it
- _is_ possible to write filters that include their own parallellism,
+ commits sequentially (i.e. in a single-threaded manner), though it
+ _is_ possible to write filters that include their own parallelism,
in the scripts executed against each commit.
* The http://rtyley.github.io/bfg-repo-cleaner/#examples[command options]