summaryrefslogtreecommitdiff
path: root/cmdline/apt-cdrom.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:07 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:07 +0000
commitab5498ab68d6f83dbae3099287466573f2707467 (patch)
treeb961efda3ea36397df645b0f33e938efe74f87d4 /cmdline/apt-cdrom.cc
parent2c78c00b56d1182e4420b7a59b43780d134ffad2 (diff)
Spelling fix
Author: jgg Date: 1998-12-09 01:03:00 GMT Spelling fix
Diffstat (limited to 'cmdline/apt-cdrom.cc')
-rw-r--r--cmdline/apt-cdrom.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-cdrom.cc b/cmdline/apt-cdrom.cc
index a4b60e457..bf2e85b88 100644
--- a/cmdline/apt-cdrom.cc
+++ b/cmdline/apt-cdrom.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-cdrom.cc,v 1.11 1998/12/09 00:55:23 jgg Exp $
+// $Id: apt-cdrom.cc,v 1.12 1998/12/09 01:03:00 jgg Exp $
/* ######################################################################
APT CDROM - Tool for handling APT's CDROM database.
@@ -933,7 +933,7 @@ bool DoAdd(CommandLine &)
}
// Print the sourcelist entries
- cout << "Source List entires for this Disc are:" << endl;
+ cout << "Source List entries for this Disc are:" << endl;
for (vector<string>::iterator I = List.begin(); I != List.end(); I++)
{
string::size_type Space = (*I).find(' ');