diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 7994bbe569..ff6c8975d5 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -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-.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: