jdk/src/share/classes/com/sun/net/httpserver/HttpExchange.java
changeset 21278 ef8a3a2a72f2
parent 20742 4ae78e8060d6
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/com/sun/net/httpserver/HttpExchange.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/com/sun/net/httpserver/HttpExchange.java	Tue Oct 29 17:01:06 2013 +0400
@@ -170,7 +170,7 @@
      * then no response body is being sent.
      * <p>
      * If the content-length response header has not already been set then
-     * this is set to the apropriate value depending on the response length parameter.
+     * this is set to the appropriate value depending on the response length parameter.
      * <p>
      * This method must be called prior to calling {@link #getResponseBody()}.
      * @param rCode the response code to send