From: Andre Noll Date: Thu, 28 May 2020 13:29:37 +0000 (+0200) Subject: vss.c: Fix typo in comment. X-Git-Tag: v0.6.3~15 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=e3dfede17fa6c297f89a34cb997b7276c884497a;ds=sidebyside vss.c: Fix typo in comment. --- 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) {