]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved-manager.c
resolve: fix typo
[thirdparty/systemd.git] / src / resolve / resolved-manager.c
index ce5935dc7af51e8c049e9bc4a733a4723993de0c..fc8d5b06630ad3227e8a1b2f124e53673c2a532c 100644 (file)
@@ -1097,7 +1097,7 @@ int manager_monitor_send(
         if (r < 0)
                 return log_error_errno(r, "Failed to convert question to JSON: %m");
 
-        /* Generate a JSON array of the questions preceeding the current one in the CNAME chain */
+        /* Generate a JSON array of the questions preceding the current one in the CNAME chain */
         r = dns_question_to_json(collected_questions, &jcollected_questions);
         if (r < 0)
                 return log_error_errno(r, "Failed to convert question to JSON: %m");