diff options
author | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2008-03-19 04:37:10 +0000 |
---|---|---|
committer | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2008-03-19 04:37:10 +0000 |
commit | fe0d53909b70201d89223a4d2729f8c0c7911709 (patch) | |
tree | 0681b6de2b63fd822a4358e88b65457c62a7d7a8 | |
parent | 7f4b68a5c85a32923582979c9461e98c135ce3fb (diff) | |
download | perl-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.xs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |