Opened 11 years ago
Closed 11 years ago
#6530 closed Bugs (fixed)
[iostreams]: typos in comments and documentation, part 1
Reported by: | Owned by: | Daniel James | |
---|---|---|---|
Milestone: | Boost 1.50.0 | Component: | iostreams |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | typo documentation comment | Cc: |
Description
First boost bug report, so please bear with me...
There are a number of typos in iostreams source code comments and documentation. I took the liberty to fix them in my local copy of the development trunk (http://svn.boost.org/svn/boost/trunk, rev 76927, synced some time earlier today) and attach a patch file to this ticket.
Weird: It's often the same typo, e.g. paramters instead of parameters or unfilitered instead of unfiltered; maybe a copy & paste issue or a typo in some template.
Some of the changed line are rather long which can make it hard to spot the change. Maybe something like diff --color helps; otherwise, someone please advise if I can do anything to supply my changes in a more digestible format.
Attachments (1)
Change History (5)
by , 11 years ago
Attachment: | 20120207_fixed_typos_part_1.patch added |
---|
comment:1 by , 11 years ago
Milestone: | To Be Determined → Boost 1.50.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
A subversion diff is ideal. The trac patch viewer highlights which characters have changed so it's pretty easy to read online. I'll check in the documentation changes first to get them into 1.49. But leave the code comments for 1.50 (comment changes are obviously safe, but sometimes merges get messed up, especially with subversion).
comment:2 by , 11 years ago
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
patch file with typo fixes; created with svn diff in boost-trunk folder