Skip to content

Commit 2c29363

Browse files
committed
spell fix
1 parent 276b14d commit 2c29363

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
@@ -163,7 +163,7 @@ public static void main(String args[]) {
163163
try {
164164
myPort = Integer.parseInt(args[0]);
165165
} catch (ArrayIndexOutOfBoundsException e) {
166-
System.out.println("Usage: ProxyCache <Port Number> [args]\nArguments:\n -s, --secure Proxy HTTPS/TLS (experimental, can use 100% CPU)\n -e, --expires Check expires headers");
166+
System.out.println("Usage: ProxyCache <Port Number> [args]\nArguments:\n -s, --secure Proxy HTTPS/TLS (experimental, can use 100% CPU)\n -e, --expires Check expires header");
167167
// System.out.println("Need port number as argument");
168168
System.exit(-1);
169169
} catch (NumberFormatException e) {

0 commit comments

Comments
 (0)