--- loncom/loncnew 2005/08/29 18:22:48 1.72 +++ loncom/loncnew 2006/01/27 16:35:13 1.73 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # lonc maintains the connections to remote computers # -# $Id: loncnew,v 1.72 2005/08/29 18:22:48 albertel Exp $ +# $Id: loncnew,v 1.73 2006/01/27 16:35:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -955,7 +955,7 @@ sub LondReadable { # We need to be writable for this and probably don't belong # here inthe first place. - Deubg(6, "SendingRequest state encountered in readable"); + Debug(6, "SendingRequest state encountered in readable"); $Watcher->poll("w"); $Watcher->cb(\&LondWritable);