From 0c1d324e43099604e2c472a4a6540830ce77f571 Mon Sep 17 00:00:00 2001 From: Pierre Le Marre Date: Mon, 15 Jul 2024 15:40:54 +0200 Subject: [PATCH] nit: Fix typo --- src/xkbcomp/rules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xkbcomp/rules.c b/src/xkbcomp/rules.c index 4d819d11..d8307a50 100644 --- a/src/xkbcomp/rules.c +++ b/src/xkbcomp/rules.c @@ -245,7 +245,7 @@ struct rule { /* * This is the main object used to match a given RMLVO against a rules - * file and aggragate the results in a KcCGST. It goes through a simple + * file and aggregate the results in a KcCGST. It goes through a simple * matching state machine, with tokens as transitions (see * matcher_match()). */