Opened 11 years ago

Closed 11 years ago

#6530 closed Bugs (fixed)

[iostreams]: typos in comments and documentation, part 1

Reported by: Steven Samuel Cole <steven.samuel.cole@…> 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)

20120207_fixed_typos_part_1.patch (28.0 KB ) - added by Steven Samuel Cole <steven.samuel.cole@…> 11 years ago.
patch file with typo fixes; created with svn diff in boost-trunk folder

Download all attachments as: .zip

Change History (5)

by Steven Samuel Cole <steven.samuel.cole@…>, 11 years ago

patch file with typo fixes; created with svn diff in boost-trunk folder

comment:1 by Daniel James, 11 years ago

Milestone: To Be DeterminedBoost 1.50.0
Owner: changed from Jonathan Turkanis to Daniel James
Status: newassigned

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 Daniel James, 11 years ago

(In [76940]) Iostreams. Documentation fixes. Refs #6530.

Thanks to Steven Samuel Cole.

comment:3 by Daniel James, 11 years ago

(In [76941]) Iostreams: Fix typos in comments. Refs #6530.

comment:4 by Daniel James, 11 years ago

Resolution: fixed
Status: assignedclosed

(In [77368]) Iostreams: Merge from trunk.

Note: See TracTickets for help on using tickets.