diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-08-17 17:42:13 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-08-17 17:42:13 +0200 |
commit | 04876c50b8416ee0736b3233f968ecc805a5e05c (patch) | |
tree | 8afda0b687a501e70b2c88fcd729a88f9308afaa | |
parent | 076c46e5fe4a0ec150952017650c4cc778dc2fd2 (diff) | |
parent | 3d513bbd0c7cdcfb962403645dd9f05f0a127938 (diff) |
* cmdline/apt-get.cc:
- typo fix (LP: #370094)
-rw-r--r-- | cmdline/apt-get.cc | 2 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 04f3944a9..7385c3dd3 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2127,7 +2127,7 @@ bool DoSource(CommandLine &CmdL) if(vcs == "Bzr") ioprintf(c1out,_("Please use:\n" "bzr get %s\n" - "to retrieve the latest (possible unreleased) " + "to retrieve the latest (possibly unreleased) " "updates to the package.\n"), uri.c_str()); break; diff --git a/debian/changelog b/debian/changelog index 3d5db8114..01fc6e2c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,10 @@ apt (0.7.23ubuntu1) karmic; urgency=low - Suppress apport reports on dpkg short reads (these I/O errors are not generally indicative of a bug in the packaging) + [ Brian Murray ] + * cmdline/apt-get.cc: + - typo fix (LP: #370094) + -- Matt Zimmerman <mdz@ubuntu.com> Thu, 06 Aug 2009 16:37:04 +0100 apt (0.7.22) unstable; urgency=low |