Skip to content

Commit 3db74e2

Browse files
committed
Merge pull request #234 from michaelgwelch/master
Fix grammar
2 parents 3d1a1a1 + 9cfd0c8 commit 3db74e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/git-daemon.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ respawn
4141
----
4242

4343
For security reasons, it is strongly encouraged to have this daemon run as a user with read-only permissions to the repositories – you can easily do this by creating a new user 'git-ro' and running the daemon as them.
44-
For the sake of simplicity we'll simply run it as the same 'git' user that `git-shell` is using as.
44+
For the sake of simplicity we'll simply run it as the same 'git' user that `git-shell` is running as.
4545

4646
When you restart your machine, your Git daemon will start automatically and respawn if it goes down.
4747
To get it running without having to reboot, you can run this:

0 commit comments

Comments
 (0)