summaryrefslogtreecommitdiff
path: root/gnu/services/cgit.scm
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2019-05-25 15:54:24 +0530
committerArun Isaac <arunisaac@systemreboot.net>2019-05-25 15:58:03 +0530
commit336674549dfd2102479da0d2b92aaaf583f52c92 (patch)
tree886b48683ec3d367131cd05090f54ab6aa07f4d8 /gnu/services/cgit.scm
parent41cdaf47e1a398f91a1a06648ebb2a997cfdf224 (diff)
services: cgit: Fix typo.
* gnu/services/cgit.scm (cgit-configuration)[root-readme]: Replace "thef" with "the".
Diffstat (limited to 'gnu/services/cgit.scm')
-rw-r--r--gnu/services/cgit.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/cgit.scm b/gnu/services/cgit.scm
index a84a2dadb23..94ca9e281ab 100644
--- a/gnu/services/cgit.scm
+++ b/gnu/services/cgit.scm
@@ -2,6 +2,7 @@
2;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com> 2;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
3;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org> 3;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
4;;; Copyright © 2018 Christopher Baines <mail@cbaines.net> 4;;; Copyright © 2018 Christopher Baines <mail@cbaines.net>
5;;; Copyright © 2019 Arun Isaac <arunisaac@systemreboot.net>
5;;; 6;;;
6;;; This file is part of GNU Guix. 7;;; This file is part of GNU Guix.
7;;; 8;;;
@@ -581,7 +582,7 @@ removed for the URL and name.")
581 (root-readme 582 (root-readme
582 (string "") 583 (string "")
583 "The content of the file specified with this option will be included 584 "The content of the file specified with this option will be included
584verbatim below thef \"about\" link on the repository index page.") 585verbatim below the \"about\" link on the repository index page.")
585 (root-title 586 (root-title
586 (string "") 587 (string "")
587 "Text printed as heading on the repository index page.") 588 "Text printed as heading on the repository index page.")