diff doc/interpreter/oop.txi @ 8347:fa78cb8d8a5c

corrections for typos Here is a patch with some corrections for typos and missing/extra words in the manual. changeset: 8347:34fd1d1c2294 user: Brian Gough <bjg@gnu.org> date: Wed Nov 26 11:00:15 2008 -0500 summary: [docs] can not => cannot
author Brian Gough<bjg@network-theory.co.uk>
date Thu, 27 Nov 2008 10:28:24 +0100
parents 16819ca24fa5
children 17ce09c3d030
line wrap: on
line diff
--- a/doc/interpreter/oop.txi	Tue Nov 25 14:04:55 2008 +0100
+++ b/doc/interpreter/oop.txi	Thu Nov 27 10:28:24 2008 +0100
@@ -38,7 +38,7 @@
 Octave includes the capability to include user classes, including the
 features of operator and function overloading. Equally a user class
 can be used to encapsulate certain properties of the class so that
-they can not be altered accidentally and can be set up to address the
+they cannot be altered accidentally and can be set up to address the
 issue of class precedence in mixed class operations.
 
 This chapter discussions the means of constructing a user class with