aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;