Fixed property name

svn path=/trunk/; revision=323
diff --git a/spec/chapters/delegate.tex b/spec/chapters/delegate.tex
index 1ad31ad..3f44e21 100644
--- a/spec/chapters/delegate.tex
+++ b/spec/chapters/delegate.tex
@@ -18,6 +18,6 @@
 \begin{enumerate}
 \item If a resource with the name of \code{META-INF/services/javax.ws.rs.ext.RuntimeDelegate} exists, then its first line, if present, is used as the UTF-8 encoded name of the implementation class. 
 \item If the \code{\$\{java.home\}/lib/jaxrs.properties} file exists and it is readable by the \code{java\-.util\-.Properties\-.load(\-InputStream)} method and it contains an entry whose key is \code{javax\-.ws\-.rs\-.ext\-.Runtime\-Delegate}, then the value of that entry is used as the name of the implementation class. 
-\item If a system property with the name \code{javax\-.xml\-.ws\-.spi\-.Provider} is defined, then its value is used as the name of the implementation class. 
+\item If a system property with the name \code{javax\-.ws\-.rs\-.ext\-.Runtime\-Delegate} is defined, then its value is used as the name of the implementation class. 
 \item Finally, a default implementation class name is used. 
 \end{enumerate}
\ No newline at end of file