gnu: system->defconfig: Fix typo.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 21 Jun 2017 23:12:23 +0000 (01:12 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 24 Nov 2017 18:05:00 +0000 (19:05 +0100)
* gnu/packages/linux.scm (system->defconfig): Fix typo.

gnu/packages/linux.scm

index af9a860..55ff698 100644 (file)
 
 (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")