1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Fix a few 'triple letter in place of double' typos.

A user wrote in to point out the one in winhandl.c, and out of sheer
curiosity, I grepped the whole source base for '([a-zA-Z])\1\1' to see
if there were any others. Of course there are a lot of perfectly
sensible ones, like 'www' or 'Grrr', not to mention any amount of
0xFFFF and the iiii/bbbb emphasis system in Halibut code paragraphs,
but I did spot one more in the recently added udp.but section on
traits, and another in a variable name in uxagentsock.c.
This commit is contained in:
Simon Tatham
2021-01-17 08:40:03 +00:00
parent 7c27cdc16e
commit f7adf7bca0
3 changed files with 5 additions and 5 deletions

View File

@ -201,7 +201,7 @@ static DWORD WINAPI handle_input_threadfunc(void *param)
}
/*
* This is called after a succcessful read, or from the
* This is called after a successful read, or from the
* `unthrottle' function. It decides whether or not to begin a new
* read operation.
*/