summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.cc
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2005-03-06 17:54:58 +0000
committerChristian Perrier <bubulle@debian.org>2005-03-06 17:54:58 +0000
commitdb0db9feabf17156f1f4e10d0131d18dfb593b4e (patch)
treed9ec4fb344879e0b990546ecc5242e605262bb29 /apt-pkg/sourcelist.cc
parenta7c82edc8ff6a051ffcae5a4000085aae04bad24 (diff)
Bring consistency to the use of capitals in programs messages
Diffstat (limited to 'apt-pkg/sourcelist.cc')
-rw-r--r--apt-pkg/sourcelist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/sourcelist.cc b/apt-pkg/sourcelist.cc
index e32d804ce..95aba0cb5 100644
--- a/apt-pkg/sourcelist.cc
+++ b/apt-pkg/sourcelist.cc
@@ -95,7 +95,7 @@ bool pkgSourceList::Type::ParseLine(vector<metaIndex *> &List,
if (Dist.empty() == false && Dist[Dist.size() - 1] == '/')
{
if (ParseQuoteWord(Buffer,Section) == true)
- return _error->Error(_("Malformed line %lu in source list %s (Absolute dist)"),CurLine,File.c_str());
+ return _error->Error(_("Malformed line %lu in source list %s (absolute dist)"),CurLine,File.c_str());
Dist = SubstVar(Dist,"$(ARCH)",_config->Find("APT::Architecture"));
return CreateItem(List,URI,Dist,Section);
}