diff options
-rw-r--r-- | urpm/orphans.pm | 2 | ||||
-rw-r--r-- | urpm/sys.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/urpm/orphans.pm b/urpm/orphans.pm index 633c6be1..7ee84145 100644 --- a/urpm/orphans.pm +++ b/urpm/orphans.pm @@ -61,7 +61,7 @@ sub unrequested_list { =item mark_as_requested($urpm, $state, $test) -Mark some packages as explicitely requested (usually because +Mark some packages as explicitly requested (usually because they were manually installed). =cut diff --git a/urpm/sys.pm b/urpm/sys.pm index 0521b2cd..231a37c7 100644 --- a/urpm/sys.pm +++ b/urpm/sys.pm @@ -193,7 +193,7 @@ sub trim_until_d { =item check_fs_writable() -Checks if the main filesystems are writeable for urpmi to install files in +Checks if the main filesystems are writable for urpmi to install files in =cut |