]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.cc
* merged with matts tree
[apt.git] / apt-pkg / contrib / fileutl.cc
index 92181472cea55b904f0c9dc4dd6da940479e3383..0ce0c9b9da55a4f5f48542c3191fbed63475d40c 100644 (file)
@@ -356,7 +356,7 @@ bool ExecWait(pid_t Pid,const char *Name,bool Reap)
       if (Reap == true)
         return false;
       
-      return _error->Error(_("Waited, for %s but it wasn't there"),Name);
+      return _error->Error(_("Waited for %s but it wasn't there"),Name);
    }