Editorial fixes

svn path=/trunk/; revision=322
diff --git a/spec/chapters/providers.tex b/spec/chapters/providers.tex
index c5f548c..5052f66 100644
--- a/spec/chapters/providers.tex
+++ b/spec/chapters/providers.tex
@@ -36,7 +36,7 @@
 \item Else generate a \WebAppExc\ that contains an unsupported media type response (HTTP 415 status) and no entity. The exception MUST be processed as described in section \ref{method_exc}.
 \end{enumerate}
 
-A \MsgRead\code{readFrom} method MAY throw \WebAppExc\. If thrown, the resource method is not invoked and the exception is treated as if it originated from a resource method, see section \ref{method_exc}.
+A \MsgRead\code{readFrom} method MAY throw \WebAppExc. If thrown, the resource method is not invoked and the exception is treated as if it originated from a resource method, see section \ref{method_exc}.
 
 \subsection{Message Body Writer}
 \label{message_body_writer}
diff --git a/spec/chapters/resources.tex b/spec/chapters/resources.tex
index ba90a64..db81fcf 100644
--- a/spec/chapters/resources.tex
+++ b/spec/chapters/resources.tex
@@ -108,7 +108,7 @@
 \subsection{HEAD and OPTIONS}
 \label{head_and_options}
 
-\code{HEAD} and \code{OPTIONS} requests receive additional automated support. On receipt of a\code{HEAD} request an implementation MUST either:
+\code{HEAD} and \code{OPTIONS} requests receive additional automated support. On receipt of a \code{HEAD} request an implementation MUST either:
 
 \begin{enumerate}
 \item Call a method annotated with a request method designator for \code{HEAD} or, if none present,
@@ -159,7 +159,7 @@
   ...
 }\end{listing}
 
-In the above example the \code{Widget} resource class can be used for any request whose path starts with the \code{widgets}; the value of the \code{path} parameter will be the request path following \code{widgets}. E.g. given the request path \code{widgets/small/a} the value of \code{path} would be \code{small/a}.
+In the above example the \code{Widget} resource class can be used for any request whose path starts with \code{widgets}; the value of the \code{path} parameter will be the request path following \code{widgets}. E.g. given the request path \code{widgets/small/a} the value of \code{path} would be \code{small/a}.
 
 \subsection{Sub Resources}
 \label{sub_resources}