From fe0d53909b70201d89223a4d2729f8c0c7911709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Wed, 19 Mar 2008 04:37:10 +0000 Subject: fix a typo in a comment --- URPM.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1