]> git.saurik.com Git - apt.git/commitdiff
Fixed typo
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:07 +0000 (16:53 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:07 +0000 (16:53 +0000)
Author: jgg
Date: 1999-03-16 07:27:17 GMT
Fixed typo

apt-pkg/contrib/strutl.cc

index 8bbc6174d7cb8681c85bbe996ba5e5074814c364..a6eaeaa79aa9f3980ccfb6db78e9d5f5b6dc1e05 100644 (file)
@@ -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>