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

raeburn raeburn@source.lon-capa.org
Fri, 17 Jun 2011 16:36:30 -0000


raeburn		Fri Jun 17 16:36:30 2011 EDT

  Modified files:              
    /loncom	loncnew 
  Log:
  - Fix typos in POD. 
  
  
Index: loncom/loncnew
diff -u loncom/loncnew:1.98 loncom/loncnew:1.99
--- loncom/loncnew:1.98	Fri Jun 17 10:26:26 2011
+++ loncom/loncnew	Fri Jun 17 16:36:29 2011
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # lonc maintains the connections to remote computers
 #
-# $Id: loncnew,v 1.98 2011/06/17 10:26:26 foxr Exp $
+# $Id: loncnew,v 1.99 2011/06/17 16:36:29 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -825,7 +825,7 @@
 
 The encryption key has been negotiated or we have finished 
 reading data from the a transaction.   If the callback data have
-a client as well as the socket nformation, then we are 
+a client as well as the socket information, then we are 
 doing a transaction and the data received are relayed to the client
 before the socket is put on the idle list.
 
@@ -1539,7 +1539,7 @@
 Setup a lonc listener event.  The event is called when the socket
 becomes readable.. that corresponds to the receipt of a new
 connection.  The event handler established will accept the connection
-(creating a communcations channel), that in turn will establish
+(creating a communications channel), that in turn will establish
 another event handler to subess requests.
 
 =head2  Parameters: