aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-27 15:00:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-27 15:00:27 +0000
commitea3613ef6418131778303187711a960adb9e923a (patch)
tree75b0ad46e87b7a5eab57b2e7402b20911d265719
parent81be3d9495ae64a83e4c3522bcbeaf83f4e8508e (diff)
downloadperl-URPM-ea3613ef6418131778303187711a960adb9e923a.tar
perl-URPM-ea3613ef6418131778303187711a960adb9e923a.tar.gz
perl-URPM-ea3613ef6418131778303187711a960adb9e923a.tar.bz2
perl-URPM-ea3613ef6418131778303187711a960adb9e923a.tar.xz
perl-URPM-ea3613ef6418131778303187711a960adb9e923a.zip
fix typo in previous commit
(i don't understand why it compiled though...)
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index e090558..188065e 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -830,7 +830,7 @@ update_hash_entry(HV *hash, char *name, STRLEN len, int force, IV use_sense, URP
}
static void
-update_provides_entry(char *name, STRLEN len, int force, IV use_sense, URPM__Package pkg, HV *provides) {
+update_provide_entry(char *name, STRLEN len, int force, IV use_sense, URPM__Package pkg, HV *provides) {
update_hash_entry(provides, name, len, force, use_sense, pkg);
}