Break API compatibility for qt:with-app and qt:exec & spellcheck
src/signal-slot/translate.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/signal-slot/translate.lisp 2014-10-30 07:46:21.000000000 +0100
+++ new-qt.gui/src/signal-slot/translate.lisp 2014-10-30 07:46:21.000000000 +0100
@@ -47,7 +47,7 @@
(if (smoke::pointer-p type)
(smoke::object-to-lisp (mem-ref pointer :pointer) type)
;; By value means that they are allocated by the C++ signal
- ;; code and have dynamic extend in the slot. The C++ singal code
+ ;; code and have dynamic extend in the slot. The C++ signal code
;; frees the object when the slot returns.
(disown-object (smoke::object-to-lisp pointer type)))
(ecase (smoke::type-id type)