[PATCH 2/2] cgitrc.5.txt: fix typos
Jamie Couture
jamie.couture at gmail.com
Tue Oct 30 02:49:48 CET 2012
Signed-off-by: Jamie Couture <jamie.couture at gmail.com>
---
cgitrc.5.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index 5956662..a956acf 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -265,7 +265,7 @@ nocache::
value: "0".
noplainemail::
- If set to "1" showing full author email adresses will be disabled.
+ If set to "1" showing full author email addresses will be disabled.
Default value: "0".
noheader::
@@ -289,7 +289,7 @@ remove-suffix::
renamelimit::
Maximum number of files to consider when detecting renames. The value
- "-1" uses the compiletime value in git (for further info, look at
+ "-1" uses the compile-time value in git (for further info, look at
`man git-diff`). Default value: "-1".
repo.group::
@@ -559,7 +559,7 @@ environment variable will be unset.
MACRO EXPANSION
---------------
The following cgitrc options supports a simple macro expansion feature,
-where tokens prefixed with "$" are replaced with the value of a similary
+where tokens prefixed with "$" are replaced with the value of a similarly
named environment variable:
- cache-root
@@ -586,7 +586,7 @@ EXAMPLE CGITRC FILE
-------------------
....
-# Enable caching of up to 1000 output entriess
+# Enable caching of up to 1000 output entries
cache-size=1000
--
1.7.11.7
More information about the CGit
mailing list