From 40009160ee6029dbcd9cf684e2b0b0d441a9e54f Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Tue, 16 Jan 2007 14:22:12 +0000 Subject: Typo fix: expiracy => expiration svn changeset:277/svn branch:toolkit --- src/com/itmill/toolkit/terminal/FileResource.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/com/itmill/toolkit/terminal/FileResource.java') diff --git a/src/com/itmill/toolkit/terminal/FileResource.java b/src/com/itmill/toolkit/terminal/FileResource.java index e67f55a18b..dcc06cbed5 100644 --- a/src/com/itmill/toolkit/terminal/FileResource.java +++ b/src/com/itmill/toolkit/terminal/FileResource.java @@ -116,7 +116,7 @@ public class FileResource implements ApplicationResource { return FileTypeResolver.getMIMEType(sourceFile); } - /** Get lenght of cache expiracy time. + /** Get lenght of cache expiration time. * 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. Default is DownloadStream.DEFAULT_CACHETIME. @@ -126,7 +126,7 @@ public class FileResource implements ApplicationResource { return cacheTime; } - /** Set lenght of cache expiracy time. + /** Set lenght of cache expiration time. * 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 stream. -- cgit v1.2.3