diff --git a/package_manager/src/PathExcluder/SiteConfigurationExcluder.php b/package_manager/src/PathExcluder/SiteConfigurationExcluder.php
index fea30e3ac378583d712f4f37295b721202530485..2a7bb1607fdff821e966abb6fb88786b5c6d4c24 100644
--- a/package_manager/src/PathExcluder/SiteConfigurationExcluder.php
+++ b/package_manager/src/PathExcluder/SiteConfigurationExcluder.php
@@ -71,7 +71,7 @@ class SiteConfigurationExcluder implements EventSubscriberInterface {
    *
    * This is done to allow the core scaffold plugin to make changes in
    * `sites/default`, if necessary, without breaking if `sites/default` is not
-   * writable (this can happen because rsync perserves directory permissions,
+   * writable (this can happen because rsync preserves directory permissions,
    * and Drupal will try to harden the site directory's permissions as much as
    * possible). We specifically exclude the `default.settings.php` and
    * `default.services.yml` files from Package Manager operations, so we want to