]> git.saurik.com Git - apt.git/commitdiff
incorporate string-fix patch from Matthew East for LP: #370094
authorBrian Murray <brian@canonical.com>
Thu, 13 Aug 2009 20:25:21 +0000 (13:25 -0700)
committerBrian Murray <brian@canonical.com>
Thu, 13 Aug 2009 20:25:21 +0000 (13:25 -0700)
cmdline/apt-get.cc

index 04f3944a9a7235940231f1f6f0ad9ae48d755b51..7385c3dd39b02e755f8e370f33d264d6ae8fe526 100644 (file)
@@ -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;