Index: container.txi =================================================================== RCS file: /cvs/octave/doc/interpreter/container.txi,v retrieving revision 1.21 diff -u -r1.21 container.txi --- container.txi 15 Oct 2007 15:31:21 -0000 1.21 +++ container.txi 5 Jan 2008 18:03:26 -0000 @@ -418,7 +418,7 @@ @subsection Processing Data in Structures The simplest way to process data in a structure is within a @code{for} -loop or othe means of iterating over the fields. A similar effect can be +loop or other means of iterating over the fields. A similar effect can be achieved with the @code{structfun} function, where a user defined function is applied to each field of the structure.