diff options
author | Guillem Jover <guillem@debian.org> | 2010-07-16 16:49:38 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2010-07-16 17:18:50 +0200 |
commit | e93fdb82239a07d52a377e5f4158e0ca0c58af7c (patch) | |
tree | 020fe9a5d3065461904120065a0a1119cf74e33b /dselect | |
parent | bac27aba18dc8eff6124741f7554ccf75b09ceee (diff) | |
download | dpkg-e93fdb82239a07d52a377e5f4158e0ca0c58af7c.tar.gz |
Fix file names in comment header
Diffstat (limited to 'dselect')
-rw-r--r-- | dselect/basecmds.cc | 2 | ||||
-rw-r--r-- | dselect/basetop.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dselect/basecmds.cc b/dselect/basecmds.cc index 27dfdcc69..c11c99463 100644 --- a/dselect/basecmds.cc +++ b/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> diff --git a/dselect/basetop.cc b/dselect/basetop.cc index 801d002fb..32d420fa3 100644 --- a/dselect/basetop.cc +++ b/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> * |