diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2019-05-25 15:54:24 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2019-05-25 15:58:03 +0530 |
commit | 336674549dfd2102479da0d2b92aaaf583f52c92 (patch) | |
tree | 886b48683ec3d367131cd05090f54ab6aa07f4d8 /gnu/services | |
parent | 41cdaf47e1a398f91a1a06648ebb2a997cfdf224 (diff) | |
download | guix-336674549dfd2102479da0d2b92aaaf583f52c92.tar guix-336674549dfd2102479da0d2b92aaaf583f52c92.tar.gz |
services: cgit: Fix typo.
* gnu/services/cgit.scm (cgit-configuration)[root-readme]: Replace "thef" with
"the".
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/cgit.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/cgit.scm b/gnu/services/cgit.scm index a84a2dadb2..94ca9e281a 100644 --- a/gnu/services/cgit.scm +++ b/gnu/services/cgit.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com> ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2018 Christopher Baines <mail@cbaines.net> +;;; Copyright © 2019 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -581,7 +582,7 @@ removed for the URL and name.") (root-readme (string "") "The content of the file specified with this option will be included -verbatim below thef \"about\" link on the repository index page.") +verbatim below the \"about\" link on the repository index page.") (root-title (string "") "Text printed as heading on the repository index page.") |