]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shutdown/shutdown.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / shutdown / shutdown.c
index 25a538df5098495f3472ed141ad0ba2795b51f78..35b2c2aa463bb62b18de938d3e0679c6245719dd 100644 (file)
@@ -219,7 +219,7 @@ static void sync_with_progress(void) {
 
         BLOCK_SIGNALS(SIGCHLD);
 
-        /* Due to the possiblity of the sync operation hanging, we fork a child process and monitor the progress. If
+        /* Due to the possibility of the sync operation hanging, we fork a child process and monitor the progress. If
          * the timeout lapses, the assumption is that that particular sync stalled. */
 
         r = asynchronous_sync(&pid);