mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
import: egg: Fix typo in docstring.
* gnu/import/egg.scm (Commentary): Fix typo in Commentary docstring. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
d072bcebbf
commit
670d30972f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ (define-module (guix import egg)
|
||||||
;;;
|
;;;
|
||||||
;;; * Support for CHICKEN 4?
|
;;; * Support for CHICKEN 4?
|
||||||
;;;
|
;;;
|
||||||
;;; * Some packages will specify a specific version of a depencency in the
|
;;; * Some packages will specify a specific version of a dependency in the
|
||||||
;;; PACKAGE.egg file, how should we handle this?
|
;;; PACKAGE.egg file, how should we handle this?
|
||||||
;;;
|
;;;
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
Loading…
Reference in a new issue