From: Yu Watanabe Date: Mon, 17 Nov 2025 14:34:39 +0000 (+0900) Subject: repart: fix typo X-Git-Tag: v259-rc1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1568778d1640f0c271db8838813082a6b19fdd7;p=thirdparty%2Fsystemd.git repart: fix typo Follow-up for cfb6c543245be0a1908c270941b7881ac7395d1b. --- diff --git a/src/repart/repart.c b/src/repart/repart.c index d0087771d49..e4a643aa332 100644 --- a/src/repart/repart.c +++ b/src/repart/repart.c @@ -4008,7 +4008,7 @@ static int context_dump_partitions(Context *context) { if (!t) return log_oom(); - /* For compatiblity, use the original longer name for JSON output. */ + /* For compatibility, use the original longer name for JSON output. */ table_set_json_field_name(t, 3, "partno"); /* Starting in v257, these fields would be automatically formatted with underscores. This would have