diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-04-20 21:54:59 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-04-20 21:54:59 +0200 |
commit | 94d82b59807488343bd206ba8f111d24ff17d9c1 (patch) | |
tree | 7df4d9d1e1f45ad8d82bbcee498a4e415dd06761 /src/dissect | |
parent | Revert "getty-generator: Use device hotplug to instantiate virtualizer consoles" (diff) | |
download | systemd-94d82b59807488343bd206ba8f111d24ff17d9c1.tar.xz systemd-94d82b59807488343bd206ba8f111d24ff17d9c1.zip |
tree-wide: code spelling fixes
As reported by Fossies.
Diffstat (limited to 'src/dissect')
-rw-r--r-- | src/dissect/dissect.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |