[LON-CAPA-cvs] cvs: loncom / LondConnection.pm

foxr lon-capa-cvs@mail.lon-capa.org
Tue, 30 Sep 2003 10:46:57 -0000


foxr		Tue Sep 30 06:46:57 2003 EDT

  Modified files:              
    /loncom	LondConnection.pm 
  Log:
  Fix a little looney typo in a comment.
  
  
Index: loncom/LondConnection.pm
diff -u loncom/LondConnection.pm:1.10 loncom/LondConnection.pm:1.11
--- loncom/LondConnection.pm:1.10	Mon Sep 15 05:25:57 2003
+++ loncom/LondConnection.pm	Tue Sep 30 06:46:57 2003
@@ -1,7 +1,7 @@
 #   This module defines and implements a class that represents
 #   a connection to a lond daemon.
 #
-# $Id: LondConnection.pm,v 1.10 2003/09/15 09:25:57 foxr Exp $
+# $Id: LondConnection.pm,v 1.11 2003/09/30 10:46:57 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -689,7 +689,7 @@
  [1]   - LonCapa domain name.
  [2]   - Loncapa role (e.g. library or access).
  [3]   - DNS name server hostname.
- [4]   - IP address (result of e.g. nslooup [3]).
+ [4]   - IP address (result of e.g. nslookup [3]).
  [5]   - Maximum connection count.
  [6]   - Idle timeout for reducing connection count.
  [7]   - Minimum connection count.