From b2ead7fc6356e0d4479217ddc713cbcb9edfebc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Mon, 12 Dec 2022 21:22:27 +0200 Subject: [PATCH] uid_domain: typo a/an backwards incompatible --- src/modules/uid_domain/uid_domain_mod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/uid_domain/uid_domain_mod.c b/src/modules/uid_domain/uid_domain_mod.c index fb96b906df5..78f2b78f29a 100644 --- a/src/modules/uid_domain/uid_domain_mod.c +++ b/src/modules/uid_domain/uid_domain_mod.c @@ -61,7 +61,7 @@ MODULE_VERSION /* * Version of domain table required by the module, increment this value if you - * change the table in an backwards incompatible way + * change the table in a backwards incompatible way */ #define DOMAIN_TABLE_VERSION 2 #define DOMATTR_TABLE_VERSION 1