summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkapplet2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index b4b2b31b..34cf975b 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -697,7 +697,7 @@ sub is_restricted_media_configured {
my @restricted_media = get_enabled_restricted_media($urpm);
my @names = map { $_->{name} } @restricted_media;
- # we need both 'Restricted' & 'Restricted Update' media
+ # we need both 'Restricted' & 'Restricted Updates' media
# those who did online update trough mdkapplet do not have restricted medium, hence the test for 2 medium:
grep { /Restricted Updates/ } @names;
}