Spellcheck
Wed Jul 1 12:54:01 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Spellcheck
hunk ./src/clos.lisp 55
-Note that (LISP-TO-CXX (CXX-TO-LIST SOME-STRING)) will not neccessarily return
-a string equal to SMOME-STRING."
+Note that (LISP-TO-CXX (CXX-TO-LIST SOME-STRING)) will not necessarily return
+a string equal to SOME-STRING."
hunk ./src/clos.lisp 58
- "Downcase, convert _ and dispatch."
+ "Down case, convert _ and dispatch."
hunk ./src/clos.lisp 77
- "Strip leadind Q or K."
+ "Strip leading Q or K."
hunk ./src/clos.lisp 83
- "Upcase, convert _ and dispatch."
+ "Up case, convert _ and dispatch."
hunk ./src/clos.lisp 156
- "No superclass suplied for class ~A" class)
+ "No superclass supplied for class ~A" class)
hunk ./src/clos.lisp 173
- "No superclass suplied for class ~A" class)
+ "No superclass sup-lied for class ~A" class)
hunk ./src/clos.lisp 197
- "Construts a lisp class in PACKAGE for each one in the Smoke module SMOKE."
+ "Constructs a lisp class in PACKAGE for each one in the Smoke module SMOKE."
hunk ./src/clos.lisp 230
- "Returns the class of OBJECT or OBJECT iff it alread is a class."
+ "Returns the class of OBJECT or OBJECT iff it already is a class."
hunk ./src/clos.lisp 431
- (error "No construtor ~A for ~S"
+ (error "No constructor ~A for ~S"
hunk ./src/cxx-method.lisp 78
- "The method ~A must not contatin lambda list keywords." method))
+ "The method ~A must not contain lambda list keywords." method))
hunk ./src/cxx-method.lisp 108
- ;; on startup and the eval stuff is slower.
+ ;; on start up and the eval stuff is slower.
hunk ./src/cxx-method.lisp 123
- ;; -using-classes only cares abount the number of arguments;
+ ;; -using-classes only cares about the number of arguments;
hunk ./src/cxx-method.lisp 155
- "Retruns a compiler-macro form for CXX-GENERIC-FUNCTION that
+ "Returns a compiler-macro form for CXX-GENERIC-FUNCTION that
hunk ./src/method.lisp 98
-;;; mulitiple definiton of a function with the same name.
+;;; multiple definition of a function with the same name.
hunk ./src/method.lisp 120
- (string/= (name method) "tr")) ;; we have a custom qt:tr funciton
+ (string/= (name method) "tr")) ;; we have a custom qt:tr function
hunk ./src/object-map.lisp 29
-;; CLISP has problems with weak hashtables and finalizers.
+;; CLISP has problems with weak hash tables and finalizers.
hunk ./src/object-map.lisp 38
-except object with a non virtual destuctor which had their ownership transfered
+except object with a non virtual destructor which had their ownership transferred
hunk ./src/object-map.lisp 100
- "Adds OBJECT to the pointer -> object map. It can later be retrived
+ "Adds OBJECT to the pointer -> object map. It can later be retrieved
hunk ./src/objects/class.lisp 47
- "Applys FUNCTION to the classes of SMOKE."
+ "Applies FUNCTION to the classes of SMOKE."
hunk ./src/objects/method.lisp 54
-Signals an error when the method is ambigious."
+Signals an error when the method is ambiguous."
hunk ./src/objects/method.lisp 74
- (error "The method ~S of ~S is ambigious" name (name class))) ;;TODO
+ (error "The method ~S of ~S is ambiguous" name (name class))) ;;TODO
hunk ./src/objects/method.lisp 82
- "Applys FUNCTION to the methods of SMOKE.
+ "Applies FUNCTION to the methods of SMOKE.
hunk ./src/objects/method.lisp 169
- "Retruns T when METHOD is static and NIL otherwise."
+ "Returns T when METHOD is static and NIL otherwise."
hunk ./src/objects/method.lisp 185
- "Returns T when METHOD is ambigious and NIL otherwise."
+ "Returns T when METHOD is ambiguous and NIL otherwise."
hunk ./src/objects/stack.lisp 48
- ;; since then they would be alway reacable from Lisp and thus
+ ;; since then they would be always reachable from Lisp and thus
hunk ./src/objects/stack.lisp 53
- :documentation "Objecsts owned by the C++ instance."))
+ :documentation "Objects owned by the C++ instance."))
hunk ./src/objects/stack.lisp 88
- "To many arguments suppliend (Arguments ~A)." args)
+ "To many arguments supplied (Arguments ~A)." args)
hunk ./src/objects/stack.lisp 139
- (:documentation "Returns a clos instance for POINTER."))
+ (:documentation "Returns a CLOS instance for POINTER."))
hunk ./src/objects/type.lisp 120
- ;; For efficency just check if the first byte is a null byte;
+ ;; For efficiency just check if the first byte is a null byte;
hunk ./src/overload-resolution.lisp 159
- "Returns a list of all superclasses of CLASS and CLASS itself."
+ "Returns a list of all super-classes of CLASS and CLASS itself."
hunk ./src/overload-resolution.lisp 240
- "Retruns true when CONVERSION1 is better than CONVERSION2.")
+ "Returns true when CONVERSION1 is better than CONVERSION2.")
hunk ./src/overload-resolution.lisp 300
- "Retruns a conversion sequence to convert a instance of type CLASS
+ "Retrains a conversion sequence to convert a instance of type CLASS
hunk ./src/overload-resolution.lisp 350
- ;; FIXME test for ambigious overload #'conversion=
+ ;; FIXME test for ambiguous overload #'conversion=
hunk ./src/overload-resolution.lisp 528
-Candidtes are:~{~T~%~}."
+Candidates are:~{~T~%~}."
hunk ./src/smoke.lisp 81
-Calls the destrutor and frees the memory."
+Calls the destructor and frees the memory."
hunk ./src/utils/sbcl-bundle.lisp 21
- "could not remove temponary directory ~A"
+ "could not remove temporary directory ~A"