Skip to content

Commit c02792e

Browse files
jlherrengitster
authored andcommitted
Documentation/git-cvsserver: Fix typo
Signed-off-by: Jean-Luc Herren <jlh@gmx.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 0f047f3 commit c02792e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-cvsserver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ access method and requested operation.
183183
That means that even if you offer only read access (e.g. by using
184184
the pserver method), git-cvsserver should have write access to
185185
the database to work reliably (otherwise you need to make sure
186-
that the database if up-to-date all the time git-cvsserver is run).
186+
that the database is up-to-date any time git-cvsserver is executed).
187187

188188
By default it uses SQLite databases in the git directory, named
189189
`gitcvs.<module_name>.sqlite`. Note that the SQLite backend creates

0 commit comments

Comments
 (0)