changeset 9:6deb8bb73f2a noffle

[svn] Made an error message more understandable.
author enz
date Tue, 11 Apr 2000 07:36:57 +0100
parents ffb0b14fc8d9
children d3fb34cb8198
files noffle.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/noffle.c	Sat Feb 12 11:54:42 2000 +0000
+++ b/noffle.c	Tue Apr 11 07:36:57 2000 +0100
@@ -10,7 +10,7 @@
   received for some seconds (to allow multiple clients connect at the same
   time).
 
-  $Id: noffle.c 3 2000-01-04 11:35:42Z enz $
+  $Id: noffle.c 15 2000-04-11 06:36:57Z enz $
 */
 
 #include <errno.h>
@@ -288,7 +288,7 @@
 {
     if ( ! Grp_exists( name ) )
     {
-        fprintf( stderr, "%s is not available at rmt server.\n", name );
+        fprintf( stderr, "%s is not available at remote servers.\n", name );
         return FALSE;
     }
     Fetchlist_read();