guix-commits
[Top][All Lists]
Advanced

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

21/27: Fix typos: s/the the/the/


From: Ludovic Courtès
Subject: 21/27: Fix typos: s/the the/the/
Date: Wed, 03 Jun 2015 22:00:44 +0000

civodul pushed a commit to branch nix
in repository guix.

commit ba5888bccd2c5dfd0de73b91c3a5c18fa8c4866e
Author: Daniel Hahler <address@hidden>
Date:   Fri Mar 6 16:39:48 2015 +0100

    Fix typos: s/the the/the/
---
 nix/libstore/gc.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nix/libstore/gc.cc b/nix/libstore/gc.cc
index 885a459..3476832 100644
--- a/nix/libstore/gc.cc
+++ b/nix/libstore/gc.cc
@@ -96,7 +96,7 @@ Path addPermRoot(StoreAPI & store, const Path & _storePath,
                 "(are you running nix-build inside the store?)") % gcRoot);
 
     if (indirect) {
-        /* Don't clobber the the link if it already exists and doesn't
+        /* Don't clobber the link if it already exists and doesn't
            point to the Nix store. */
         if (pathExists(gcRoot) && (!isLink(gcRoot) || 
!isInStore(readLink(gcRoot))))
             throw Error(format("cannot create symlink `%1%'; already exists") 
% gcRoot);



reply via email to

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