aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96>2012-12-04 21:43:57 +0000
committerbartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96>2012-12-04 21:43:57 +0000
commit40e608bdbcaf9f382eb1bc0866374da45c3cc74d (patch)
tree638f276dbefebc83de67270da9afae6471458d35
parentf177fe6692c68d1f29391831ceec83945e9bdb10 (diff)
- typo
git-svn-id: https://gnunet.org/svn/gnunet@25248 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 33cb92fd3a..c5f0bbc0a5 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -8586,7 +8586,7 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
}
if (GNUNET_SCHEDULER_NO_TASK != announce_applications_task)
{
- GNUNET_SCHDULER_cancel (announce_applications_task);
+ GNUNET_SCHEDULER_cancel (announce_applications_task);
announce_applications_task = GNUNET_SCHEDULER_NO_TASK;
}
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "shut down\n");