guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: system->defconfig: Fix typo.


From: Tobias Geerinckx-Rice
Subject: 01/05: gnu: system->defconfig: Fix typo.
Date: Fri, 24 Nov 2017 13:03:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 70c68ed5559c0bfa9a1e44a4376e9d28d5b37d81
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 22 01:12:23 2017 +0200

    gnu: system->defconfig: Fix typo.
    
    * gnu/packages/linux.scm (system->defconfig): Fix typo.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index af9a860..55ff698 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -131,7 +131,7 @@
 
 (define-public (system->defconfig system)
   "Some systems (notably powerpc-linux) require a special target for kernel
-defconfig.  Return the appropiate make target if applicable, otherwise return
+defconfig.  Return the appropriate make target if applicable, otherwise return
 \"defconfig\"."
   (cond ((string-prefix? "powerpc-" system) "pmac32_defconfig")
         ((string-prefix? "powerpc64le-" system) "ppc64_defconfig")



reply via email to

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