From 39442e44c7f68722014dbcd6af061c2856ce76db Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 29 Nov 2005 13:39:41 +0000 Subject: * fix a string (thanks to bubulle) --- apt-pkg/sourcelist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/sourcelist.cc') diff --git a/apt-pkg/sourcelist.cc b/apt-pkg/sourcelist.cc index db895a6c1..e3b4d94f8 100644 --- a/apt-pkg/sourcelist.cc +++ b/apt-pkg/sourcelist.cc @@ -241,7 +241,7 @@ bool pkgSourceList::ReadAppend(string File) Type *Parse = Type::GetType(LineType.c_str()); if (Parse == 0) - return _error->Error(_("Type '%s' is not known in on line %u in source list %s"),LineType.c_str(),CurLine,File.c_str()); + return _error->Error(_("Type '%s' is not known on line %u in source list %s"),LineType.c_str(),CurLine,File.c_str()); // Vendor name specified if (C[0] == '[') -- cgit v1.2.3