Skip to content

Commit 276b14d

Browse files
committed
spel fix
1 parent b01fc6e commit 276b14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProxyCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public static void main(String args[]) {
182182
if(argument.equals("-e") || argument.equals("--expires")) {
183183
// when validating the cache also check the expires header, this can reduce the number of requests out to the web.
184184
expires = true;
185-
System.out.println("Check expires headers when checking the freshniss of an object in the cache.");
185+
System.out.println("Check expires header when checking the freshniss of an object in the cache.");
186186
}
187187
}
188188

0 commit comments

Comments
 (0)