Hello,

The Debian linitan tool noticed a few typos while checking ECL, I've
attached patches against 11.1.1.

Best regards, Peter

-- 
signature -at- pvaneynd.mailworks.org
http://pvaneynd.dreamwidth.org/
God, root, what is difference?-Pitr|God is more forgiving.-Dave Aronson|
diff --git a/src/clx/image.lisp b/src/clx/image.lisp
index 8eb47af..cd67ee2 100644
--- a/src/clx/image.lisp
+++ b/src/clx/image.lisp
@@ -1308,7 +1308,7 @@
            (image-xy (eq format :xy-pixmap))
            (image-z (eq format :z-pixmap))
            (image-x t))
-    (error "Result-type ~s is incompatable with format ~s"
+    (error "Result-type ~s is incompatible with format ~s"
           result-type format))
   (unless plane-mask (setq plane-mask #xffffffff))
   (let ((display (drawable-display drawable)))
diff --git a/src/clos/streams.lsp b/src/clos/streams.lsp
index 389a9c6..321ee3d 100644
--- a/src/clos/streams.lsp
+++ b/src/clos/streams.lsp
@@ -69,7 +69,7 @@
 (defgeneric stream-fresh-line (stream)
   (:documentation
    "Outputs a new line to the Stream if it is not positioned at the
-  begining of a line. Returns T if it output a new line, nil
+  beginning of a line. Returns T if it output a new line, nil
   otherwise. Used by FRESH-LINE. The default method uses
   STREAM-START-LINE-P and STREAM-TERPRI."))
 
diff --git a/contrib/sockets/sockets.lisp b/contrib/sockets/sockets.lisp
index 97f1364..a10a6c9 100755
--- a/contrib/sockets/sockets.lisp
+++ b/contrib/sockets/sockets.lisp
@@ -289,7 +289,7 @@ protocol. Other values are used as-is.")
    (stream)
    #+:wsock
    (non-blocking-p :initform nil))
-  (:documentation "Common base class of all sockets, not ment to be
+  (:documentation "Common base class of all sockets, not meant to be
 directly instantiated."))
 
 
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Ecls-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to