]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/sd-bus/bus-control.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / libsystemd / sd-bus / bus-control.c
index 5f2502076ef64826e7ab6629677f68d91d20bebc..f817cf0a850d49ba959339eb33fc0dbf8043b1fc 100644 (file)
@@ -532,7 +532,7 @@ _public_ int sd_bus_get_name_creds(
                                 if (!sd_bus_error_has_name(&error, SD_BUS_ERROR_UNKNOWN_METHOD))
                                         return r;
 
-                                /* If we got an unknown method error, fall back to the invidual calls... */
+                                /* If we got an unknown method error, fall back to the individual calls... */
                                 need_separate_calls = true;
                                 sd_bus_error_free(&error);