Skip to content

Commit ed2c1df

Browse files
committed
corrected spelling errors in javadocs
1 parent b45df4c commit ed2c1df

13 files changed

Lines changed: 14 additions & 14 deletions

include/boost/http_proto/file_mode.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace http_proto {
2020
instances of the @ref file.
2121
2222
@code
23-
file_mode acesss sharing seeking file std mode
23+
file_mode access sharing seeking file std mode
2424
--------------------------------------------------------------------------------------
2525
read read-only shared random must exist "rb"
2626
scan read-only shared sequential must exist "rbS"

include/boost/http_proto/message_base.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
namespace boost {
2020
namespace http_proto {
2121

22-
/** Mixin for modifiing common metadata
22+
/** Mixin for modifing common metadata
2323
in HTTP request and response messages.
2424
2525
This type is useful for modifying common

include/boost/http_proto/parser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ class parser
494494
@param args Arguments to be passed to the
495495
`Sink` constructor.
496496
497-
@return A reference to the costructed Sink object.
497+
@return A reference to the constructed Sink object.
498498
499499
@see
500500
@ref parse.

include/boost/http_proto/request.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace boost {
1616
namespace http_proto {
1717

18-
/** A modfiable container for HTTP requests.
18+
/** A modifiable container for HTTP requests.
1919
2020
This container owns a request, represented by
2121
a buffer which is managed by performing

include/boost/http_proto/request_base.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
namespace boost {
1919
namespace http_proto {
2020

21-
/** Mixin for modifiing HTTP requests.
21+
/** Mixin for modifing HTTP requests.
2222
2323
@see
2424
@ref message_base,

include/boost/http_proto/response.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
namespace boost {
1818
namespace http_proto {
1919

20-
/** A modfiable container for HTTP responses.
20+
/** A modifiable container for HTTP responses.
2121
2222
This container owns a response, represented by
2323
a buffer which is managed by performing

include/boost/http_proto/response_base.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
namespace boost {
2121
namespace http_proto {
2222

23-
/** Mixin for modifiing HTTP responses.
23+
/** Mixin for modifing HTTP responses.
2424
2525
@see
2626
@ref message_base,

include/boost/http_proto/serializer.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class serializer
352352
@param args Arguments to be passed to the
353353
`Source` constructor.
354354
355-
@return A reference to the costructed Source object.
355+
@return A reference to the constructed Source object.
356356
357357
@see
358358
@ref source,
@@ -910,7 +910,7 @@ class serializer::stream
910910

911911
/** Commit data to the serializer.
912912
913-
Makes `n` bytes avialable to the serializer.
913+
Makes `n` bytes available to the serializer.
914914
915915
All buffer sequences previously obtained
916916
using @ref prepare are invalidated.

include/boost/http_proto/sink.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ struct BOOST_SYMBOL_VISIBLE
124124
125125
@return The result of the operation.
126126
127-
@param b The buffer to cosume.
127+
@param b The buffer to consume.
128128
The result must indicate that the buffer
129129
was consumed completely, or that an
130130
error occurred.

include/boost/http_proto/source.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ struct BOOST_SYMBOL_VISIBLE
116116
not there is more data remaining
117117
in the source.
118118
The implementation must fill the
119-
provided buffer completly, report
119+
provided buffer completely, report
120120
an error or set `rv.finished` to true.
121121
122122
@par Preconditions

0 commit comments

Comments
 (0)