aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:17:36 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:17:36 +0100
commitf62e24a88c21235bc3c901508cfb474509ef2961 (patch)
treeee481be9675674d83f54a6c66dee8356ef1dbcbc /src/util/scheduler.c
parent3522008dfd14f049a821dfba7ba89a27aa27d4aa (diff)
downloadgnunet-f62e24a88c21235bc3c901508cfb474509ef2961.tar.gz
gnunet-f62e24a88c21235bc3c901508cfb474509ef2961.zip
spell checking
Diffstat (limited to 'src/util/scheduler.c')
-rw-r--r--src/util/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index b5ce20254..759312df5 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -122,7 +122,7 @@ struct GNUNET_SCHEDULER_Handle
122 struct GNUNET_SIGNAL_Context *shc_hup; 122 struct GNUNET_SIGNAL_Context *shc_hup;
123 123
124 /** 124 /**
125 * context of hte SIGPIPE handler 125 * context of the SIGPIPE handler
126 */ 126 */
127 struct GNUNET_SIGNAL_Context *shc_pipe; 127 struct GNUNET_SIGNAL_Context *shc_pipe;
128}; 128};