From 65a1e968442361247b646dc61843f841235114e0 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:47 +0000 Subject: Minor fixes Author: jgg Date: 1999-02-08 07:30:49 GMT Minor fixes --- apt-pkg/deb/deblistparser.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/deb') diff --git a/apt-pkg/deb/deblistparser.cc b/apt-pkg/deb/deblistparser.cc index d6f25bd01..82d4f3ee9 100644 --- a/apt-pkg/deb/deblistparser.cc +++ b/apt-pkg/deb/deblistparser.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: deblistparser.cc,v 1.15 1999/02/01 02:22:11 jgg Exp $ +// $Id: deblistparser.cc,v 1.16 1999/02/08 07:30:50 jgg Exp $ /* ###################################################################### Package Cache Generator - Generator for the cache structure. @@ -44,7 +44,7 @@ string debListParser::Package() { string Result = Section.FindS("Package"); if (Result.empty() == true) - _error->Error("Encoutered a section with no Package: header"); + _error->Error("Encountered a section with no Package: header"); return Result; } /*}}}*/ -- cgit v1.2.3