jdk/src/share/classes/com/sun/net/httpserver/Headers.java
changeset 21278 ef8a3a2a72f2
parent 20742 4ae78e8060d6
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/com/sun/net/httpserver/Headers.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/com/sun/net/httpserver/Headers.java	Tue Oct 29 17:01:06 2013 +0400
@@ -33,7 +33,7 @@
  * {@link java.lang.String},{@link java.util.List}<{@link java.lang.String}>>.
  * The keys are case-insensitive Strings representing the header names and
  * the value associated with each key is a {@link List}<{@link String}> with one
- * element for each occurence of the header name in the request or response.
+ * element for each occurrence of the header name in the request or response.
  * <p>
  * For example, if a response header instance contains one key "HeaderName" with two values "value1 and value2"
  * then this object is output as two header lines: