summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:14 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:14 +0000
commitf44344b3075e2a93e3c17a09e7774e8391b42206 (patch)
tree5957faa62bda4fc79e59518d1ede3eb5c58cdc79 /apt-pkg
parentd89df07a5915bbee7d7a57983a83dfb284c0895c (diff)
Oops typo
Author: jgg Date: 1999-03-21 07:24:14 GMT Oops typo
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 67f65b411..bc1681820 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.25 1999/03/20 03:49:31 jgg Exp $
+// $Id: fileutl.cc,v 1.26 1999/03/21 07:24:14 jgg Exp $
/* ######################################################################
File Utilities
@@ -85,7 +85,7 @@ int GetLock(string File,bool Errors)
{
if (errno == ENOLCK)
{
- _error->Warning("Not using locking for nfs mounted lock file %s",File.c_sr());
+ _error->Warning("Not using locking for nfs mounted lock file %s",File.c_str());
return true;
}
if (Errors == true)