guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: services: cgit: Fix typo.


From: guix-commits
Subject: 01/01: services: cgit: Fix typo.
Date: Sat, 25 May 2019 06:32:26 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 336674549dfd2102479da0d2b92aaaf583f52c92
Author: Arun Isaac <address@hidden>
Date:   Sat May 25 15:54:24 2019 +0530

    services: cgit: Fix typo.
    
    * gnu/services/cgit.scm (cgit-configuration)[root-readme]: Replace "thef" 
with
    "the".
---
 gnu/services/cgit.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/cgit.scm b/gnu/services/cgit.scm
index a84a2da..94ca9e2 100644
--- a/gnu/services/cgit.scm
+++ b/gnu/services/cgit.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2018 Oleg Pykhalov <address@hidden>
 ;;; Copyright © 2018 Clément Lassieur <address@hidden>
 ;;; Copyright © 2018 Christopher Baines <address@hidden>
+;;; Copyright © 2019 Arun Isaac <address@hidden>
 ;;;
 ;;; 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]