diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-04-12 12:23:57 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-04-12 12:23:57 +0200 |
commit | a12d5352927c7d3a2fe66a90fc7794b4a8e596ad (patch) | |
tree | 21fa1bea7c1d63e302bb8f5d3da4bcb5a8d923c7 /cmdline | |
parent | c307a4f0aa29c9c52a0e028524d21b448a53d09b (diff) |
merged r1972 from lp:~paolorotolo/apt/fix-for-967393
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index bff7ef7b6..4e6cc32de 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1415,7 +1415,7 @@ bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true, "all files have been overwritten by other packages:", "The following packages disappeared from your system as\n" "all files have been overwritten by other packages:", disappearedPkgs.size()), disappear, ""); - c0out << _("Note: This is done automatic and on purpose by dpkg.") << std::endl; + c0out << _("Note: This is done automatically and on purpose by dpkg.") << std::endl; return true; } |