]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/bootspec.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / shared / bootspec.c
index 5c823a3d84fb215094b330bc71f25d528cb7e41a..b0c6e4885fa07b1473c013ed749cf2048ae22bf9 100644 (file)
@@ -1083,12 +1083,12 @@ static int verify_esp(
          *
          *  -ENOENT        → if 'searching' is set, and the dir doesn't exist
          *  -EADDRNOTAVAIL → if 'searching' is set, and the dir doesn't look like an ESP
-         *  -EACESS        → if 'unprivileged_mode' is set, and we have trouble acessing the thing
+         *  -EACESS        → if 'unprivileged_mode' is set, and we have trouble accessing the thing
          */
 
         relax_checks = getenv_bool("SYSTEMD_RELAX_ESP_CHECKS") > 0;
 
-        /* Non-root user can only check the status, so if an error occured in the following, it does not cause any
+        /* Non-root user can only check the status, so if an error occurred in the following, it does not cause any
          * issues. Let's also, silence the error messages. */
 
         if (!relax_checks) {