Break API compatibility for qt:with-app and qt:exec & spellcheck
src/object.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/object.lisp 2014-10-30 07:46:07.000000000 +0100
+++ new-qt.gui/src/object.lisp 2014-10-30 07:46:08.000000000 +0100
@@ -169,8 +169,8 @@
(let* ((child-event (make-instance 'qt:child-event
:pointer (smoke::upcast event
(find-class 'qt:child-event)))))
- ;; We receive child removed events for any QObject, wherter
- ;; it was construted by Smoke or not. Only take ownership of objects
+ ;; We receive child removed events for any QObject, whether
+ ;; it was constructed by Smoke or not. Only take ownership of objects
;; that have been constructed by Smoke.
(when (smoke::has-pointer-p (smoke::pointer (cxx:child child-event)))
(assert receiver)