Break API compatibility for qt:with-app and qt:exec & spellcheck
src/qstring.lisp
Wed Jul 1 12:58:06 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Break API compatibility for qt:with-app and qt:exec & spellcheck
--- old-qt.gui/src/qstring.lisp 2014-10-30 07:46:14.000000000 +0100
+++ new-qt.gui/src/qstring.lisp 2014-10-30 07:46:14.000000000 +0100
@@ -21,7 +21,7 @@
(eval-when (:load-toplevel :execute)
(setup-type-map))
-;;; make sure, that you have configured slime corretly.
+;;; make sure, that you have configured slime correctly.
;;; e.g.
;;; (string #\U9999) crashed slime for me. Adding
;;; (set-language-environment "UTF-8")
@@ -41,7 +41,7 @@
(let ((method (smoke::make-smoke-method-from-name (find-class 'qt:byte-array)
"data")))
(defmethod cxx:data ((array qt:byte-array))
- (values ;; Discarge second return value (length of string)
+ (values ;; Discharge second return value (length of string)
(foreign-string-to-lisp (smoke::pointer-call method
(smoke::pointer array))
:count (cxx:size array))))))