diff options
author | Thierry.Vignaud <thierry.vignaud@gmail.com> | 2014-05-27 22:03:55 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-27 22:07:18 +0200 |
commit | a4e46a78d26a05957100cd360b07cd69d13037b0 (patch) | |
tree | 8f52a00f444a30d01f90bfac0e879160fdb778e8 /perl-install/do_pkgs.pm | |
parent | bbecf42e9490e4857a7c49e905ae736ae4c15e72 (diff) | |
download | drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar.gz drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar.bz2 drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar.xz drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.zip |
typo fixes
Diffstat (limited to 'perl-install/do_pkgs.pm')
-rw-r--r-- | perl-install/do_pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/do_pkgs.pm b/perl-install/do_pkgs.pm index 5e4f3a9b6..f81cac37b 100644 --- a/perl-install/do_pkgs.pm +++ b/perl-install/do_pkgs.pm @@ -172,7 +172,7 @@ sub is_available { =item are_installed($do, @names) Returns name(s) of package(s) that are already installed on the system. -This is less costly (needs to query rpmdb) +This is less costly (needs to query RPM DB) =cut |