Просмотр исходного кода

Fixed typo
Author: jgg
Date: 1999-03-16 07:27:17 GMT
Fixed typo

Arch Librarian лет назад: 22
Родитель
Сommit
7049d16d30
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apt-pkg/contrib/strutl.cc

+ 2 - 2
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>