summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:07 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:07 +0000
commit7049d16d301fc4a26f27d3cd39c95a01003aabb6 (patch)
tree7aea616cd9c41cb28ce777481206f536f88a35b3 /apt-pkg
parent37053a4a7fe4b997a112eb23b89f05a55690dd35 (diff)
Fixed typo
Author: jgg Date: 1999-03-16 07:27:17 GMT Fixed typo
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/contrib/strutl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc
index 8bbc6174d..a6eaeaa79 100644
--- a/apt-pkg/contrib/strutl.cc
+++ b/apt-pkg/contrib/strutl.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: strutl.cc,v 1.22 1999/03/16 00:43:55 jgg Exp $
+// $Id: strutl.cc,v 1.23 1999/03/16 07:27:17 jgg Exp $
/* ######################################################################
String Util - Some usefull string functions.
@@ -20,7 +20,7 @@
#endif
#include <apt-pkg/strutl.h>
-#include <apt-pkg//fileutl.h>
+#include <apt-pkg/fileutl.h>
#include <ctype.h>
#include <string.h>