From e3dfede17fa6c297f89a34cb997b7276c884497a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 28 May 2020 15:29:37 +0200 Subject: [PATCH] vss.c: Fix typo in comment. --- vss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vss.c b/vss.c index 023b2c1d..2a24a500 100644 --- a/vss.c +++ b/vss.c @@ -1191,7 +1191,7 @@ void vss_init(int afs_socket, struct sched *s) /** * Turn off the virtual streaming system. * - * This is only executed on exit. It calls the ->shutdowwn method of all senders. + * This is only executed on exit. It calls the ->shutdown method of all senders. */ void vss_shutdown(void) { -- 2.30.2