Skip to content

Commit c32c959

Browse files
djw1149gitster
authored andcommitted
Documentation/gitweb: trivial English fixes
Change "it's" to "its" where a possessive is intended. Also add two missing "the" that were noticed by Ben Walton. Signed-off-by: David Waitzman <[email protected]>
1 parent d4c813d commit c32c959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/gitweb.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gitweb.
1414

1515
DESCRIPTION
1616
-----------
17-
Gitweb provides a web interface to git repositories. It's features include:
17+
Gitweb provides a web interface to git repositories. Its features include:
1818

1919
* Viewing multiple Git repositories with common root.
2020
* Browsing every revision of the repository.
@@ -60,7 +60,7 @@ to gitweb. The list of projects is generated by default by scanning the
6060
more exact; gitweb is not interested in a working area, and is best suited
6161
to showing "bare" repositories).
6262

63-
The name of repository in gitweb is path to it's `$GIT_DIR` (it's object
63+
The name of the repository in gitweb is the path to its `$GIT_DIR` (its object
6464
database) relative to `$projectroot`. Therefore the repository $repo can be
6565
found at "$projectroot/$repo".
6666

0 commit comments

Comments
 (0)