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:
@ -778,7 +778,7 @@ or other of the subtypes depending on what it finds out about the
|
||||
machine it's running on. That top-level selector vtable is nearly
|
||||
always the one used by client code. (Except for the test suite, which
|
||||
has to instantiate both of the subtypes in order to make sure they
|
||||
both passs the tests.)
|
||||
both pass the tests.)
|
||||
|
||||
\lcont{
|
||||
|
||||
|
Reference in New Issue
Block a user