summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/download.pm')
-rw-r--r--urpm/download.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index aa037caf..855ae096 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -98,7 +98,7 @@ sub get_proxy (;$) {
unless (defined $PROMPT_PROXY) {
require urpm::prompt;
$PROMPT_PROXY = new urpm::prompt(
- N("Please enter your credentials for acceding proxy\n"),
+ N("Please enter your credentials for accessing proxy\n"),
[ N("User name:"), N("Password:") ],
undef,
[ 0, 1 ],