summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 1 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;