summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:59:04 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:59:04 +0000
commit2c9a72d180456385535ef3683d56d95ca1d54978 (patch)
tree541c0d9034afae09ac6a1a7afb812bae38897832 /apt-pkg
parentf0863b2140790b894049d4b3a96f5e021909946e (diff)
Speeling correction
Author: jgg Date: 2002-04-18 05:08:49 GMT Speeling correction
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/contrib/fileutl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc
index 4db73c479..df96a066c 100644
--- a/apt-pkg/contrib/fileutl.cc
+++ b/apt-pkg/contrib/fileutl.cc
@@ -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)