[LON-CAPA-cvs] cvs: loncom / loncnew

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 27 Jan 2006 16:35:14 -0000


albertel		Fri Jan 27 11:35:14 2006 EDT

  Modified files:              
    /loncom	loncnew 
  Log:
  - typo
  
  
Index: loncom/loncnew
diff -u loncom/loncnew:1.72 loncom/loncnew:1.73
--- loncom/loncnew:1.72	Mon Aug 29 14:22:48 2005
+++ loncom/loncnew	Fri Jan 27 11:35:13 2006
@@ -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 @@
 	#  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);