diff mbox series

[bug#59373] import: egg: Fix typo in docstring.

Message ID 20221119022609.32664-1-jgart@dismail.de
State New
Headers show
Series [bug#59373] import: egg: Fix typo in docstring. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success
cbaines/issue success View issue

Commit Message

jgart Nov. 19, 2022, 2:26 a.m. UTC
* gnu/import/egg.scm (Commentary): Fix typo in Commentary docstring.
---
 guix/import/egg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christopher Baines Nov. 20, 2022, 12:08 p.m. UTC | #1
jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/import/egg.scm (Commentary): Fix typo in Commentary docstring.
> ---
>  guix/import/egg.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/guix/import/egg.scm b/guix/import/egg.scm
> index 52196583c4..0d6d72c465 100644
> --- a/guix/import/egg.scm
> +++ b/guix/import/egg.scm
> @@ -67,7 +67,7 @@ (define-module (guix import egg)
>  ;;;
>  ;;; * 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:

Thanks! Pushed to master as 670d30972f6df8302a60a345aa28d786b3644bb9.

Chris
diff mbox series

Patch

diff --git a/guix/import/egg.scm b/guix/import/egg.scm
index 52196583c4..0d6d72c465 100644
--- a/guix/import/egg.scm
+++ b/guix/import/egg.scm
@@ -67,7 +67,7 @@  (define-module (guix import egg)
 ;;;
 ;;; * 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: