Przeglądaj źródła

Fix file names in comment header

Guillem Jover 16 lat temu
rodzic
commit
e93fdb8223
6 zmienionych plików z 6 dodań i 6 usunięć
  1. 1 1
      dselect/basecmds.cc
  2. 1 1
      dselect/basetop.cc
  3. 1 1
      lib/dpkg/parsedump.h
  4. 1 1
      lib/dpkg/pkg.c
  5. 1 1
      lib/dpkg/progress.h
  6. 1 1
      src/errors.c

+ 1 - 1
dselect/basecmds.cc

@@ -1,6 +1,6 @@
 /*
  * dselect - Debian package maintenance user interface
- * bcommands.cc - base list keyboard commands display
+ * basecmds.cc - base list keyboard commands display
  *
  * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  * Copyright © 2000,2001 Wichert Akkerman <wakkerma@debian.org>

+ 1 - 1
dselect/basetop.cc

@@ -1,6 +1,6 @@
 /*
  * dselect - Debian package maintenance user interface
- * bdrawtop.cc - base list class redraw of top
+ * basetop.cc - base list class redraw of top
  *
  * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *

+ 1 - 1
lib/dpkg/parsedump.h

@@ -1,6 +1,6 @@
 /*
  * libdpkg - Debian packaging suite library routines
- * parse.c - declarations for in-core database reading/writing
+ * parsedump.h - declarations for in-core database reading/writing
  *
  * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
  * Copyright © 2001 Wichert Akkerman

+ 1 - 1
lib/dpkg/pkg.c

@@ -1,6 +1,6 @@
 /*
  * dpkg - main program for package management
- * pkg-array.c - primitives for pkg handling
+ * pkg.c - primitives for pkg handling
  *
  * Copyright © 1995, 1996 Ian Jackson <ian@chiark.greenend.org.uk>
  * Copyright © 2009 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/progress.h

@@ -1,6 +1,6 @@
 /*
  * dpkg - main program for package management
- * progress.c - generic progress reporting
+ * progress.h - generic progress reporting
  *
  * Copyright © 2009 Guillem Jover <guillem@debian.org>
  *

+ 1 - 1
src/errors.c

@@ -1,6 +1,6 @@
 /*
  * dpkg - main program for package management
- * main.c - main program
+ * errors.c - per package error handling
  *
  * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
  *