]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix typo in documentation
authorSteven Spungin <steven@spungin.tv>
Thu, 22 Sep 2016 10:55:36 +0000 (06:55 -0400)
committerSteven Spungin <steven@spungin.tv>
Thu, 22 Sep 2016 10:55:36 +0000 (06:55 -0400)
Change-Id: I1829680ae358d436b7b657125a9981827f173dd6

server/src/main/java/com/vaadin/server/StreamResource.java

index 9dea2f5f192fb368f80a2d1252aa1e8344994832..384090102d4be55ab9f3667fcf0b44637a63bd8f 100644 (file)
@@ -203,7 +203,7 @@ public class StreamResource implements ConnectorResource {
      * <p>
      * This gives the adapter the possibility cache streams sent to the client.
      * The caching may be made in adapter or at the client if the client
-     * supports caching. Zero or negavive value disbales the caching of this
+     * supports caching. Zero or negative value disables the caching of this
      * stream.
      * </p>
      *