From ab1fd8a7be62a2381d2aa8c5434db9c39acaad9d Mon Sep 17 00:00:00 2001 From: Steven Spungin Date: Thu, 22 Sep 2016 06:55:36 -0400 Subject: Fix typo in documentation Change-Id: I1829680ae358d436b7b657125a9981827f173dd6 --- server/src/main/java/com/vaadin/server/StreamResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/java/com/vaadin/server/StreamResource.java b/server/src/main/java/com/vaadin/server/StreamResource.java index 9dea2f5f19..384090102d 100644 --- a/server/src/main/java/com/vaadin/server/StreamResource.java +++ b/server/src/main/java/com/vaadin/server/StreamResource.java @@ -203,7 +203,7 @@ public class StreamResource implements ConnectorResource { *

* 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. *

* -- cgit v1.2.3