Fix method name

svn path=/trunk/; revision=518
diff --git a/spec/chapters/resources.tex b/spec/chapters/resources.tex
index bbb1c55..077e353 100644
--- a/spec/chapters/resources.tex
+++ b/spec/chapters/resources.tex
@@ -415,7 +415,7 @@
 \item Append \lq(/.*)?\rq\ to the result.
 \end{enumerate}
 
-Note that the above renders the name of template variables irrelevant for template matching purposes. However, implementations will need to retain template variable names in order to facilitate the extraction of template variable values via \PathParam\ or \UriInfo\code{.getTemplateParameters}.
+Note that the above renders the name of template variables irrelevant for template matching purposes. However, implementations will need to retain template variable names in order to facilitate the extraction of template variable values via \PathParam\ or \UriInfo\code{.getPathParameters}.
 
 \section{Determining the MediaType of Responses}
 \label{determine_response_type}