From 94d82b59807488343bd206ba8f111d24ff17d9c1 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 20 Apr 2023 21:54:59 +0200 Subject: tree-wide: code spelling fixes As reported by Fossies. --- src/dissect/dissect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dissect') diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c index ab9d796cf4..2d33a967ca 100644 --- a/src/dissect/dissect.c +++ b/src/dissect/dissect.c @@ -1089,7 +1089,7 @@ static const char *pick_color_for_uid_gid(uid_t uid) { if (uid_is_system(uid)) return ansi_normal(); /* files in disk images are typically owned by root and other system users, no issue there */ if (uid_is_dynamic(uid)) - return ansi_highlight_red(); /* files should never be owned persistently by dynamic users, and there are just no execuses */ + return ansi_highlight_red(); /* files should never be owned persistently by dynamic users, and there are just no excuses */ if (uid_is_container(uid)) return ansi_highlight_cyan(); -- cgit v1.2.1