summaryrefslogtreecommitdiffstats
path: root/ToolsForGit.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ToolsForGit.txt')
-rw-r--r--ToolsForGit.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ToolsForGit.txt b/ToolsForGit.txt
index 5060d0d23..ae7690b45 100644
--- a/ToolsForGit.txt
+++ b/ToolsForGit.txt
@@ -5,7 +5,7 @@ Tools for developing Git
[[summary]]
== Summary
-This document gathers tips, scripts and configuration file to help people
+This document gathers tips, scripts, and configuration files to help people
working on Git's codebase use their favorite tools while following Git's
coding style.
@@ -32,7 +32,7 @@ information on using the script.
This is adapted from Linux's suggestion in its CodingStyle document:
-- To follow rules of the CodingGuideline, it's useful to put the following in
+- To follow the rules in CodingGuidelines, it's useful to put the following in
GIT_CHECKOUT/.dir-locals.el, assuming you use cperl-mode:
----
;; note the first part is useful for C editing, too