all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] simple-engine: Fix a docstring typo.
@ 2019-01-15 22:29 Kyle Meyer
  2019-01-16 21:13 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2019-01-15 22:29 UTC (permalink / raw)
  To: gwl-devel; +Cc: Kyle Meyer

* gwl/process-engines/simple-engine.scm (process->simple-engine-derivation):
Correct misspelling of Guile in docstring.
---
 gwl/process-engines/simple-engine.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gwl/process-engines/simple-engine.scm b/gwl/process-engines/simple-engine.scm
index 90be8b8..d3ce677 100644
--- a/gwl/process-engines/simple-engine.scm
+++ b/gwl/process-engines/simple-engine.scm
@@ -39,7 +39,7 @@ (define-module (gwl process-engines simple-engine)
   #:export (simple-engine))
 
 (define* (process->simple-engine-derivation proc #:key (guile (default-guile)))
-  "Return an executable Gulie script that runs the PROCEDURE described
+  "Return an executable Guile script that runs the PROCEDURE described
 in PROC, with PROCEDURE's imported modules in its search path."
   (let* ((name (process-full-name proc))
          (exp (procedure->gexp proc))
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] simple-engine: Fix a docstring typo.
  2019-01-15 22:29 [PATCH] simple-engine: Fix a docstring typo Kyle Meyer
@ 2019-01-16 21:13 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-01-16 21:13 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: gwl-devel


Hi Kyle,

> * gwl/process-engines/simple-engine.scm (process->simple-engine-derivation):
> Correct misspelling of Guile in docstring.

Thank you!  I’ve applied it.

-- 
Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-16 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-15 22:29 [PATCH] simple-engine: Fix a docstring typo Kyle Meyer
2019-01-16 21:13 ` Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.