]> git.saurik.com Git - apt.git/commitdiff
Speeling correction
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:59:04 +0000 (16:59 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:59:04 +0000 (16:59 +0000)
Author: jgg
Date: 2002-04-18 05:08:49 GMT
Speeling correction

apt-pkg/contrib/fileutl.cc

index 4db73c47934b72be6817351cea915a521b831509..df96a066ca597cf707e5048abe7ea9fa087692b6 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: fileutl.cc,v 1.39 2001/05/07 05:30:31 jgg Exp $
+// $Id: fileutl.cc,v 1.40 2002/04/18 05:08:49 jgg Exp $
 /* ######################################################################
    
    File Utilities
@@ -337,7 +337,7 @@ int ExecFork()
                                                                        /*}}}*/
 // ExecWait - Fancy waitpid                                            /*{{{*/
 // ---------------------------------------------------------------------
-/* Waits for the given sub process. If Reap is set the no errors are 
+/* Waits for the given sub process. If Reap is set then no errors are 
    generated. Otherwise a failed subprocess will generate a proper descriptive
    message */
 bool ExecWait(int Pid,const char *Name,bool Reap)