File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ write access to the log file and to the database (see
86
86
SSH, the users of course also need write access to the git repository itself.
87
87
88
88
[[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
90
90
access. Valid method names are "ext" (for SSH access) and "pserver". The
91
91
following example configuration would disable pserver access while still
92
92
allowing access over SSH.
@@ -128,7 +128,7 @@ Database Backend
128
128
129
129
git-cvsserver uses one database per git head (i.e. CVS module) to
130
130
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
132
132
regenerated from the git repository at any time. The database
133
133
needs to be updated (i.e. written to) after every commit.
134
134
You can’t perform that action at this time.
0 commit comments