From 8e2505731674717353758ad9218100e9f4404612 Mon Sep 17 00:00:00 2001 From: Michael Santos Date: Fri, 10 Feb 2023 07:48:58 -0500 Subject: [PATCH] Fix typo in comment --- src/xmppipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmppipe.c b/src/xmppipe.c index 35b7fc2..2af6df4 100644 --- a/src/xmppipe.c +++ b/src/xmppipe.c @@ -346,7 +346,7 @@ int xmppipe_stream_init(xmppipe_state_t *state) { /* XXX multiple handlers can be called for each event * XXX - * XXX * is the order handlers are called determinisitc? + * XXX * is the order handlers are called deterministic? * XXX * the NULL handler needs to installed as soon as stream management is * enabled * XXX * a handler has to exist for unsupported events