From 4012fb357582fea3cbfa8e3604b8956c0bc7a66e Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Fri, 18 Dec 2020 01:21:16 +0000 Subject: [PATCH] Tiny spelling correction --- posts/2020-08-28-regarding-git-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2020-08-28-regarding-git-hosting.md b/posts/2020-08-28-regarding-git-hosting.md index 0e12f9f..443958a 100644 --- a/posts/2020-08-28-regarding-git-hosting.md +++ b/posts/2020-08-28-regarding-git-hosting.md @@ -32,7 +32,7 @@ from the Pro Git book. It will explain how to set up a more limited "git" user f SSH, use the git daemon, rig up git-http-backend on your webserver, and even use GitWeb to show a web UI. It's not much harder the simple setup above. -There are also other projects which can compliment git hosting. If GitWeb isn't +There are also other projects which can complement git hosting. If GitWeb isn't fancy enough, there is also [cgit](https://git.zx2c4.com/cgit/). Issue tracking can be handled with [Trac](https://trac.edgewall.org/), and [e-mail](https://git-send-email.io/) can be used to accept patches. At that