Skip to content

Commit a192a90

Browse files
flichtenheldJunio C Hamano
authored andcommitted
cvsserver: Fix some typos in asciidoc documentation
Signed-off-by: Frank Lichtenheld <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5484289 commit a192a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-cvsserver.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ write access to the log file and to the database (see
8686
SSH, the users of course also need write access to the git repository itself.
8787

8888
[[configaccessmethod]]
89-
All configuration variables can also be overriden for a specific method of
89+
All configuration variables can also be overridden for a specific method of
9090
access. Valid method names are "ext" (for SSH access) and "pserver". The
9191
following example configuration would disable pserver access while still
9292
allowing access over SSH.
@@ -128,7 +128,7 @@ Database Backend
128128

129129
git-cvsserver uses one database per git head (i.e. CVS module) to
130130
store information about the repository for faster access. The
131-
database doesn't contain any persitent data and can be completly
131+
database doesn't contain any persistent data and can be completely
132132
regenerated from the git repository at any time. The database
133133
needs to be updated (i.e. written to) after every commit.
134134

0 commit comments

Comments
 (0)