]> WPIA git - gigi.git/blobdiff - lib/jetty/org/eclipse/jetty/io/FillInterest.java
updating jetty to jetty-9.2.16.v2016040
[gigi.git] / lib / jetty / org / eclipse / jetty / io / FillInterest.java
index b2c3f6855591b769c4f9c7a8239efc67e08afe2d..a2343975822fe58103a762d5c084fa2c8cf040cf 100644 (file)
@@ -1,6 +1,6 @@
 //
 //  ========================================================================
 //
 //  ========================================================================
-//  Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd.
+//  Copyright (c) 1995-2016 Mort Bay Consulting Pty. Ltd.
 //  ------------------------------------------------------------------------
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the Eclipse Public License v1.0
 //  ------------------------------------------------------------------------
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the Eclipse Public License v1.0
@@ -58,7 +58,7 @@ public abstract class FillInterest
         
         if (!_interested.compareAndSet(null,callback))
         {
         
         if (!_interested.compareAndSet(null,callback))
         {
-            LOG.warn("Read pending for "+_interested.get()+" pervented "+callback);
+            LOG.warn("Read pending for "+_interested.get()+" prevented "+callback);
             throw new ReadPendingException();
         }
         try
             throw new ReadPendingException();
         }
         try