[issue18466] Spelling mistakes in various code comments.

2013-08-17 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: -> ezio.melotti resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue18466] Spelling mistakes in various code comments.

2013-08-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset c75b8d5fa016 by Ezio Melotti in branch '2.7': #18466: fix more typos. Patch by Févry Thibault. http://hg.python.org/cpython/rev/c75b8d5fa016 New changeset 61227b4c169f by Ezio Melotti in branch '3.3': #18466: fix more typos. Patch by Févry Thibaul

[issue18466] Spelling mistakes in various code comments.

2013-08-17 Thread Févry Thibault
Févry Thibault added the comment: Updated the patch. -- Added file: http://bugs.python.org/file31337/typos.diff ___ Python tracker ___ ___

[issue18466] Spelling mistakes in various code comments.

2013-08-17 Thread Ezio Melotti
Ezio Melotti added the comment: Févry, do you want to make an updated patch that includes also "everytime" as suggested by Terry? I think some of the typos of the current patch have also been fixed by the other patches you submitted. -- ___ Python t

[issue18466] Spelling mistakes in various code comments.

2013-08-10 Thread Févry Thibault
Févry Thibault added the comment: See issue 18705 for a basic script. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue18466] Spelling mistakes in various code comments.

2013-08-10 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue18466] Spelling mistakes in various code comments.

2013-07-21 Thread Ramchandra Apte
Ramchandra Apte added the comment: Hmm... once I actually created a short (<50 lines) script which spell-checked the comments. Problem is that many technical words (GCC, for example) were marked incorrect by the spell-checker (Enchant), resulting in about 1000+ "incorrectly" spelled words. --

[issue18466] Spelling mistakes in various code comments.

2013-07-19 Thread Févry Thibault
Févry Thibault added the comment: Terry Reedy : The scripts needs to be improved and I won't be able to access my computer until mid August so I don't think I will be able to do anything until then. But the script should be able to do that if I work on it a bit. I would use python enchant rath

[issue18466] Spelling mistakes in various code comments.

2013-07-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: 'everytime' is not an English word and should be corrected; hardcoded should be hard-coded. Could you at least describe your script. My fantasy is being able to check text parts of files with the help of a program such as LibreOffice. -- nosy: +terry.r

[issue18466] Spelling mistakes in various code comments.

2013-07-15 Thread Févry Thibault
New submission from Févry Thibault: The attached patch fixes spelling mistakes found on various comments, mainly in /Lib/. I choose not to correct things like 'everytime' since the main goal was to improve readability and not turn useful technical comments into English litterature. I hope this