guix-commits
[Top][All Lists]
Advanced

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

01/04: profiles: Fix typo in exports.


From: Ludovic Courtès
Subject: 01/04: profiles: Fix typo in exports.
Date: Fri, 26 Oct 2018 15:17:14 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit fdc4f665dc91005f95b3a643fa8fc2fa9f9863d2
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 26 20:04:49 2018 +0200

    profiles: Fix typo in exports.
    
    * guix/profiles.scm (&profile-collistion-error): Fix typo in export list.
---
 guix/profiles.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/profiles.scm b/guix/profiles.scm
index 89e92ea..ba4446b 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -56,7 +56,7 @@
             profile-error-profile
             &profile-not-found-error
             profile-not-found-error?
-            &profile-collistion-error
+            &profile-collision-error
             profile-collision-error?
             profile-collision-error-entry
             profile-collision-error-conflict



reply via email to

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