unofficial mirror of gwl-devel@gnu.org
 help / color / mirror / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: gwl-devel@gnu.org
Cc: Kyle Meyer <kyle@kyleam.com>
Subject: [PATCH] simple-engine: Fix a docstring typo.
Date: Tue, 15 Jan 2019 17:29:24 -0500	[thread overview]
Message-ID: <20190115222924.7160-1-kyle@kyleam.com> (raw)

* 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

             reply	other threads:[~2019-01-15 22:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-15 22:29 Kyle Meyer [this message]
2019-01-16 21:13 ` [PATCH] simple-engine: Fix a docstring typo Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.guixwl.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190115222924.7160-1-kyle@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=gwl-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).