diff options
| author | jgart <jgart@dismail.de> | 2022-11-18 20:26:09 -0600 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2022-11-20 12:00:04 +0000 |
| commit | 670d30972f6df8302a60a345aa28d786b3644bb9 (patch) | |
| tree | 288e21965657e27d651ef863339d023c7d74a1d8 | |
| parent | d072bcebbf884c68573aeb999db3ae296a7cf939 (diff) | |
import: egg: Fix typo in docstring.
* gnu/import/egg.scm (Commentary): Fix typo in Commentary docstring.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| -rw-r--r-- | guix/import/egg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/import/egg.scm b/guix/import/egg.scm index 52196583c4e..0d6d72c465f 100644 --- a/guix/import/egg.scm +++ b/guix/import/egg.scm @@ -67,7 +67,7 @@ ;;; ;;; * 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? ;;; ;;; Code: |
