From 61a877cce40467cd30cfc1178af3d157cc19ea10 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 3 Aug 2022 20:48:46 +0100 Subject: [PATCH] Comment typo in supdup.c. Spotted in passing during all this indentation work: it had misspelled its own protocol name :-) --- otherbackends/supdup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherbackends/supdup.c b/otherbackends/supdup.c index 688befd2..9aaf1d4f 100644 --- a/otherbackends/supdup.c +++ b/otherbackends/supdup.c @@ -946,7 +946,7 @@ static int supdup_exitcode(Backend *be) } /* - * cfg_info for Dupdup does nothing at all. + * cfg_info for Supdup does nothing at all. */ static int supdup_cfg_info(Backend *be) {