]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-varlink: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Feb 2026 05:32:12 +0000 (14:32 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Feb 2026 05:32:15 +0000 (14:32 +0900)
Follow-up for c0696f1f5d3a2be1c8e4c8b45ca7e8a6df7998fa.

src/libsystemd/sd-varlink/sd-varlink.c

index 32daf27d6a6e0c1d91ee8b0be576797e133b64d7..eecc3c886571dc644e2ba5f6693340705a789515 100644 (file)
@@ -2706,7 +2706,7 @@ _public_ int sd_varlink_error(sd_varlink *v, const char *error_id, sd_json_varia
                         return r;
 
                 /* If we have a previous reply still ready make sure we queue it before the error. We only
-                 * ever set "previous" if we're in a streaming method so we pass more=true uncondtionally
+                 * ever set "previous" if we're in a streaming method so we pass more=true unconditionally
                  * here as we know we're still going to queue an error afterwards. */
                 r = varlink_enqueue_item(v, v->previous);
                 if (r < 0)