1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Comment typo in supdup.c.

Spotted in passing during all this indentation work: it had misspelled
its own protocol name :-)
This commit is contained in:
Simon Tatham 2022-08-03 20:48:46 +01:00
parent 9cac27946a
commit 61a877cce4

View File

@ -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)
{