diff options
Diffstat (limited to 'PC/_winreg.c')
-rw-r--r-- | PC/_winreg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/_winreg.c b/PC/_winreg.c index 75ceb8b1ab..84bf3c4876 100644 --- a/PC/_winreg.c +++ b/PC/_winreg.c @@ -658,7 +658,7 @@ PyWinObject_CloseHKEY(PyObject *obHandle) ** Note that fixupMultiSZ and countString have both had changes ** made to support "incorrect strings". The registry specification ** calls for strings to be terminated with 2 null bytes. It seems -** some commercial packages install strings whcich dont conform, +** some commercial packages install strings which dont conform, ** causing this code to fail - however, "regedit" etc still work ** with these strings (ie only we dont!). */ |