diff --git a/libasn1fix/asn1fix_constr.c b/libasn1fix/asn1fix_constr.c
index 47c210f9974968cd0aa130f58a85a095276207aa..e486a3321ac1c80031596f01b2ef54802c0b568f 100644
--- a/libasn1fix/asn1fix_constr.c
+++ b/libasn1fix/asn1fix_constr.c
@@ -427,7 +427,7 @@ _asn1f_compare_tags(arg_t *arg, asn1p_expr_t *a, asn1p_expr_t *b) {
 			char *p = (a->expr_type == A1TC_EXTENSIBLE)
 				?"potentially ":"";
 			FATAL("Processing %s at line %d: component \"%s\" at line %d %shas the same tag "
-				"with component \"%s\" at line %d",
+				"as component \"%s\" at line %d",
 				arg->expr->Identifier,
 				arg->expr->_lineno,
 				a->Identifier,