fix copy-and-paste-o
svn path=/trunk/; revision=479
diff --git a/src/jsr311-api/src/javax/ws/rs/ext/Providers.java b/src/jsr311-api/src/javax/ws/rs/ext/Providers.java
index 58a12b5..d553fd8 100644
--- a/src/jsr311-api/src/javax/ws/rs/ext/Providers.java
+++ b/src/jsr311-api/src/javax/ws/rs/ext/Providers.java
@@ -67,7 +67,7 @@
/**
* Get a message body writer that matches a set of criteria. The set of
* writers is first filtered by comparing the supplied value of
- * {@code mediaType} with the value of each reader's
+ * {@code mediaType} with the value of each writer's
* {@link javax.ws.rs.Produces}, comparing the supplied value of
* {@code type} with the generic type of the writer, and eliminating those
* that do not match.