]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-install-root.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / test / test-install-root.c
index cfddfe19a7b65f4362fb55f191eecf35d716d1da..323e1124ba6f40167690aa607a3186f4d0559672 100644 (file)
@@ -112,7 +112,7 @@ static void test_basic_mask_and_enable(const char *root) {
         assert_se(unit_file_get_state(UNIT_FILE_SYSTEM, root, "c.service", &state) >= 0 && state == UNIT_FILE_DISABLED);
         assert_se(unit_file_get_state(UNIT_FILE_SYSTEM, root, "d.service", &state) >= 0 && state == UNIT_FILE_DISABLED);
 
-        /* Disabling a disabled unit must suceed but be a NOP */
+        /* Disabling a disabled unit must succeed but be a NOP */
         assert_se(unit_file_disable(UNIT_FILE_SYSTEM, 0, root, STRV_MAKE("a.service"), &changes, &n_changes) >= 0);
         assert_se(n_changes == 0);
         unit_file_changes_free(changes, n_changes);