Browse Source

* cmdline/apt-get.cc:
- typo fix (LP: #370094)

Michael Vogt 17 years ago
parent
commit
04876c50b8
2 changed files with 5 additions and 1 deletions
  1. 1 1
      cmdline/apt-get.cc
  2. 4 0
      debian/changelog

+ 1 - 1
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;

+ 4 - 0
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