aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2008-03-19 04:37:10 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2008-03-19 04:37:10 +0000
commitfe0d53909b70201d89223a4d2729f8c0c7911709 (patch)
tree0681b6de2b63fd822a4358e88b65457c62a7d7a8
parent7f4b68a5c85a32923582979c9461e98c135ce3fb (diff)
downloadperl-URPM-fe0d53909b70201d89223a4d2729f8c0c7911709.tar
perl-URPM-fe0d53909b70201d89223a4d2729f8c0c7911709.tar.gz
perl-URPM-fe0d53909b70201d89223a4d2729f8c0c7911709.tar.bz2
perl-URPM-fe0d53909b70201d89223a4d2729f8c0c7911709.tar.xz
perl-URPM-fe0d53909b70201d89223a4d2729f8c0c7911709.zip
fix a typo in a comment </pedanticlamer>
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 4db4c7d..c4c719c 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1577,7 +1577,7 @@ Pkg_is_platform_compat(pkg)
_free(platform);
} else {
#else
- croak("is_platform_compat() is availlable only since rpm 4.4.8");
+ croak("is_platform_compat() is available only since rpm 4.4.8");
{ /* to match last } and avoid another #ifdef for it */
#endif
RETVAL = 0;