guix-commits
[Top][All Lists]
Advanced

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

08/08: Typo


From: Ludovic Courtès
Subject: 08/08: Typo
Date: Thu, 02 Jul 2015 22:34:07 +0000

civodul pushed a commit to branch nix
in repository guix.

commit 0dccab9f417b406f5d4aedc81900fc7b2f16c9f6
Author: Eelco Dolstra <address@hidden>
Date:   Thu Jul 2 00:30:16 2015 +0200

    Typo
---
 nix/libstore/build.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nix/libstore/build.cc b/nix/libstore/build.cc
index 5c05d8f..a9eedce 100644
--- a/nix/libstore/build.cc
+++ b/nix/libstore/build.cc
@@ -548,7 +548,7 @@ void UserLock::acquire()
             int err = getgrouplist(pw->pw_name, pw->pw_gid,
                 supplementaryGIDs.data(), &ngroups);
             if (err == -1)
-                throw Error(format("failed to get list of supplementary groups 
for ‘%1’") % pw->pw_name);
+                throw Error(format("failed to get list of supplementary groups 
for ‘%1%’") % pw->pw_name);
 
             supplementaryGIDs.resize(ngroups);
 



reply via email to

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