simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Jan 17 09:21:12 GMT 2021


TL;DR:
  f7adf7bc Fix a few 'triple letter in place of double' typos.
  6fc0eb29 Clarify wording in the new traits section.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-01-17 09:21:12

commit f7adf7bca0669688103461121f4576839335314f
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=f7adf7bca0669688103461121f4576839335314f;hp=7c27cdc16ee6b9177ae07647085de09bfaea65bd
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Jan 17 08:40:03 2021 +0000

    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.

 doc/udp.but        | 2 +-
 unix/uxagentsock.c | 6 +++---
 windows/winhandl.c | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 6fc0eb29ac30421524c9d9db6e359c364db413d8
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=6fc0eb29ac30421524c9d9db6e359c364db413d8;hp=f7adf7bca0669688103461121f4576839335314f
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Jan 17 09:15:30 2021 +0000

    Clarify wording in the new traits section.
    
    Revisiting it today I realised that I'd written 'implementation
    structure' where I meant 'instance structure'.

 doc/udp.but | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list