]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/ARCHITECTURE: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:59:41 +0000 (16:59 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 08:00:35 +0000 (17:00 +0900)
Follow-up for e1c52cb27159ac7200ce6246bbd1a38b2d2e4e4a.

docs/ARCHITECTURE.md

index 7994bbe56961f1bff4510b9d20031892f7222498..ff6c8975d56a6237a153bb50383c6c649e825d6b 100644 (file)
@@ -39,7 +39,7 @@ Thus code that is used by "higher-level" components (e.g. our binaries which are
 would go to a subdirectory specific to that component if it is only used there.
 If the code is to be shared between components, it'd go to `src/shared/`.
 Shared code that is used by multiple components that do not link to `libsystemd-shared-<nnn>.so` may live either in `src/libsystemd/`, `src/basic/`, or `src/fundamental/`.
-Any code that is used only for EFI goes under `src/boot/efi/`, and `src/fundamental/` if is shared with non-EFI compoenents.
+Any code that is used only for EFI goes under `src/boot/efi/`, and `src/fundamental/` if is shared with non-EFI components.
 
 To summarize: