emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser-chibi 71d003f 29/38: Fix typos


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-chibi 71d003f 29/38: Fix typos
Date: Sun, 1 Aug 2021 18:26:20 -0400 (EDT)

branch: elpa/geiser-chibi
commit 71d003fcdae84bfc41e6522a5bf47f38dbd0ab0d
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix typos
---
 scheme/chibi/geiser/geiser.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scheme/chibi/geiser/geiser.scm b/scheme/chibi/geiser/geiser.scm
index de3177f..7926783 100644
--- a/scheme/chibi/geiser/geiser.scm
+++ b/scheme/chibi/geiser/geiser.scm
@@ -28,7 +28,7 @@
 ;;> The meaning of \var{rest} is unknown.
 ;;> Return the alist with the first field, \scheme{result}, holds
 ;;> the result of evaluation \scheme{(write)}'d and the second
-;;> field, \scheme{output}, contains everyting that the evaluation
+;;> field, \scheme{output}, contains everything that the evaluation
 ;;> would print to the standard output.
 ;;> In case of an exception, the message is formatted with
 ;;> \scheme{(chibi show)} and written to both variables in addition
@@ -45,7 +45,7 @@
   (guard (err
           (else
            (show #t ; to standard output (to comint)
-                 "Geiser-chibi falure in scheme code\n")
+                 "Geiser-chibi failure in scheme code\n")
            (show #t "Error: \n" err "\n")
            (print-stack-trace)))
     (let* ((output (open-output-string))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]