Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-09-04 20:00:42 +0000
committerSimone Bordet2014-09-05 13:04:38 +0000
commit063ad177b510b238aa51396030870e7d9aef0b8e (patch)
treeb7d05b8b58d95c06400d2217f2c17f688214a793 /jetty-spdy
parent3fa302e2870619db06a0f61fc908c06b8736ec81 (diff)
downloadorg.eclipse.jetty.project-063ad177b510b238aa51396030870e7d9aef0b8e.tar.gz
org.eclipse.jetty.project-063ad177b510b238aa51396030870e7d9aef0b8e.tar.xz
org.eclipse.jetty.project-063ad177b510b238aa51396030870e7d9aef0b8e.zip
Fixed typo.
Diffstat (limited to 'jetty-spdy')
-rw-r--r--jetty-spdy/spdy-http-server/src/main/config/modules/protonego-impl/npn.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-spdy/spdy-http-server/src/main/config/modules/protonego-impl/npn.mod b/jetty-spdy/spdy-http-server/src/main/config/modules/protonego-impl/npn.mod
index 49024a7e0a..1a2c71d721 100644
--- a/jetty-spdy/spdy-http-server/src/main/config/modules/protonego-impl/npn.mod
+++ b/jetty-spdy/spdy-http-server/src/main/config/modules/protonego-impl/npn.mod
@@ -32,6 +32,6 @@ lib/npn/
[license]
NPN is a hosted at github under the GPL v2 with ClassPath Exception.
-NPN replaces/modified OpenJDK classes in the java.sun.security.ssl package.
+NPN replaces/modifies OpenJDK classes in the java.sun.security.ssl package.
http://github.com/jetty-project/jetty-npn
http://openjdk.java.net/legal/gplv2+ce.html

Back to the top