Index: doc/theses/mike_brooks_MMath/string.tex
===================================================================
--- doc/theses/mike_brooks_MMath/string.tex	(revision 8a5aeacd5a42c3a29335b79c672a0008d67632ee)
+++ doc/theses/mike_brooks_MMath/string.tex	(revision 31be464d5638b82a5f5521d37bad5005223dcb8c)
@@ -29,6 +29,6 @@
 @strncpy@				& @replace@				& @replace@		& @( )@, on LHS of @=@ \\
 @strstr@				& @find@				& @indexOf@		& @find@ \\
-@strcspn@				& @find_first_of@		& @matches@		& @include@ \\
-@strspn@				& @find_first_not_of@	& @matches@		& @exclude@ \\
+@strcspn@				& @find_first_of@		& @matches@		& @exclude@ \\
+@strspn@				& @find_first_not_of@	& @matches@		& @include@ \\
 N/A						& @c_str@, @data@		& N/A			& @strcpy@, @strncpy@ \\
 \end{tabular}
@@ -511,5 +511,5 @@
 \end{cquote}
 
-There are also versions of @include@ and @exclude@, returning a position or string, taking a validation function, like one of the C character-class routines.\footnote{It is part of the hereditary of C that these function take and return an \lstinline{int} rather than a \lstinline{bool}, which affects the function type.}
+There are also versions of @include@ and @exclude@, returning a position or string, taking a validation function, like one of the C character-class functions.\footnote{It is part of the hereditary of C that these function take and return an \lstinline{int} rather than a \lstinline{bool}, which affects the function type.}
 \begin{cquote}
 \setlength{\tabcolsep}{15pt}
