summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 6ed8b99c..0c50d6a6 100755
--- a/urpmi
+++ b/urpmi
@@ -187,7 +187,7 @@ sub install {
m|^/| && !-e $_ and exit 1 foreach @_; #- missing local file
- print SAVEOUT _("Try installation without cheking dependencies?"), " (Y/n) ";
+ print SAVEOUT _("Try installation without checking dependencies?"), " (Y/n) ";
$force or <STDIN> =~ /n/i and exit 1;
system("rpm", "-U", "--nodeps", @_);