Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #1813

Open
wants to merge 70 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
b265671
link: documentation for iOS compilation
jsoref Dec 11, 2024
a8fb56f
make format easier to read
jsoref Dec 12, 2024
511cfa6
spelling: above
jsoref Dec 12, 2024
7b7cc22
spelling: ambiguity
jsoref Dec 12, 2024
9e96d0f
spelling: an
jsoref Dec 12, 2024
85ce393
spelling: anymore
jsoref Dec 12, 2024
4b62944
spelling: architecture
jsoref Dec 12, 2024
668acff
spelling: asynchronously
jsoref Dec 12, 2024
88b5584
spelling: available
jsoref Dec 12, 2024
bf48ef1
spelling: because
jsoref Dec 12, 2024
b28e7e7
spelling: beginning
jsoref Dec 12, 2024
820d23a
spelling: braces
jsoref Dec 12, 2024
f2c1a07
spelling: canceled
jsoref Dec 12, 2024
4f68c0b
spelling: cannot
jsoref Dec 12, 2024
ba3d78b
spelling: cards.png
jsoref Dec 11, 2024
ac70b42
spelling: carriage
jsoref Dec 12, 2024
619546b
spelling: case-insensitive
jsoref Dec 12, 2024
a9bf698
spelling: case-sensitive
jsoref Dec 12, 2024
82268e7
spelling: command
jsoref Dec 11, 2024
443ccc5
spelling: consumer
jsoref Dec 12, 2024
f5d4454
spelling: continue
jsoref Dec 12, 2024
de0a6f6
spelling: conversion
jsoref Dec 12, 2024
5eea00c
spelling: delimiter
jsoref Dec 12, 2024
8fd3dc4
spelling: description
jsoref Dec 12, 2024
b2e0e45
spelling: doesn't
jsoref Dec 12, 2024
d53c601
spelling: encoded
jsoref Dec 12, 2024
b8d7178
spelling: file
jsoref Dec 12, 2024
c53a93e
spelling: github
jsoref Dec 12, 2024
d834002
spelling: http
jsoref Dec 12, 2024
74a5041
spelling: initial
jsoref Dec 12, 2024
2c7a6c9
spelling: instantiate
jsoref Dec 12, 2024
8c37e94
spelling: its
jsoref Dec 12, 2024
60485c4
spelling: javascript
jsoref Dec 12, 2024
4adcf30
spelling: latitude
jsoref Dec 12, 2024
7469884
spelling: length
jsoref Dec 12, 2024
3b9597c
spelling: local
jsoref Dec 12, 2024
afd1ecd
spelling: macos
jsoref Dec 12, 2024
748d36d
spelling: mnemonics
jsoref Dec 12, 2024
ef25983
spelling: options
jsoref Dec 12, 2024
dcf13f0
spelling: outputting
jsoref Dec 12, 2024
a5972f7
spelling: overriding
jsoref Dec 12, 2024
6a081f8
spelling: permissions
jsoref Dec 12, 2024
a3ab462
spelling: players
jsoref Dec 12, 2024
36a13c7
spelling: propagated
jsoref Dec 12, 2024
418f129
spelling: query
jsoref Dec 12, 2024
303dfbb
spelling: receive
jsoref Dec 12, 2024
773d869
spelling: remarks
jsoref Dec 12, 2024
b99fc00
spelling: restriction
jsoref Dec 12, 2024
08cbf55
spelling: revisit
jsoref Dec 12, 2024
3ae793a
spelling: separated
jsoref Dec 12, 2024
43cd800
spelling: separately
jsoref Dec 12, 2024
f4fa636
spelling: serialization
jsoref Dec 12, 2024
fd7c567
spelling: server
jsoref Dec 12, 2024
9c15a85
spelling: setand
jsoref Dec 12, 2024
c2a7c18
spelling: smallsha1
jsoref Dec 12, 2024
858cb05
spelling: specific
jsoref Dec 12, 2024
7ba16b2
spelling: specifying
jsoref Dec 12, 2024
2474170
spelling: statement
jsoref Dec 12, 2024
cb6caf5
spelling: subtracting
jsoref Dec 12, 2024
a083ccb
spelling: succeeds
jsoref Dec 12, 2024
19bdfb1
spelling: successfully
jsoref Dec 12, 2024
df379d1
spelling: task
jsoref Dec 11, 2024
f1e7863
spelling: the
jsoref Dec 11, 2024
112a20d
spelling: thread count
jsoref Dec 12, 2024
d120a80
spelling: to which the gridview binds
jsoref Dec 12, 2024
68ab880
spelling: transfer
jsoref Dec 12, 2024
4b11b9d
spelling: transferred
jsoref Dec 12, 2024
2081008
spelling: transparent
jsoref Dec 12, 2024
8088906
spelling: vector
jsoref Dec 12, 2024
6872296
spelling: will
jsoref Dec 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Build_android/openssl/openssl-1.0.2k.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ for Android using either Clang or GCC toolchains.

An alias for the android-armv7 target, named android-armeabi, is added for
compatability with the OpenSSL 1.1.0 configuration target names. Support for
the AArch64 archicture is also added, as well as targets using the Clang
the AArch64 architecture is also added, as well as targets using the Clang
compiler.

Clang does not recognize some of the ARM assembly nmenonics that are used in
Clang does not recognize some of the ARM assembly mnemonics that are used in
OpenSSL. In particular, the 'adrl' pseudo instruction is not supported. To
further complicate matters, Clang doesn't support immediate fixup values so
the alternative adr/sub sequence used for the Thumb2 code path cannot be
Expand Down
4 changes: 2 additions & 2 deletions Build_android/openssl/openssl-1.0.2l.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ for Android using either Clang or GCC toolchains.

An alias for the android-armv7 target, named android-armeabi, is added for
compatability with the OpenSSL 1.1.0 configuration target names. Support for
the AArch64 archicture is also added, as well as targets using the Clang
the AArch64 architecture is also added, as well as targets using the Clang
compiler.

Clang does not recognize some of the ARM assembly nmenonics that are used in
Clang does not recognize some of the ARM assembly mnemonics that are used in
OpenSSL. In particular, the 'adrl' pseudo instruction is not supported. To
further complicate matters, Clang doesn't support immediate fixup values so
the alternative adr/sub sequence used for the Thumb2 code path cannot be
Expand Down
4 changes: 2 additions & 2 deletions Build_android/openssl/openssl-1.0.2m.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ for Android using either Clang or GCC toolchains.

An alias for the android-armv7 target, named android-armeabi, is added for
compatability with the OpenSSL 1.1.0 configuration target names. Support for
the AArch64 archicture is also added, as well as targets using the Clang
the AArch64 architecture is also added, as well as targets using the Clang
compiler.

Clang does not recognize some of the ARM assembly nmenonics that are used in
Clang does not recognize some of the ARM assembly mnemonics that are used in
OpenSSL. In particular, the 'adrl' pseudo instruction is not supported. To
further complicate matters, Clang doesn't support immediate fixup values so
the alternative adr/sub sequence used for the Thumb2 code path cannot be
Expand Down
4 changes: 2 additions & 2 deletions Build_android/openssl/openssl-1.0.2n.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ for Android using either Clang or GCC toolchains.

An alias for the android-armv7 target, named android-armeabi, is added for
compatability with the OpenSSL 1.1.0 configuration target names. Support for
the AArch64 archicture is also added, as well as targets using the Clang
the AArch64 architecture is also added, as well as targets using the Clang
compiler.

Clang does not recognize some of the ARM assembly nmenonics that are used in
Clang does not recognize some of the ARM assembly mnemonics that are used in
OpenSSL. In particular, the 'adrl' pseudo instruction is not supported. To
further complicate matters, Clang doesn't support immediate fixup values so
the alternative adr/sub sequence used for the Thumb2 code path cannot be
Expand Down
2 changes: 1 addition & 1 deletion Build_iOS/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please consult the documentation [here](https://github.com/Microsoft/cpprestsdk/wiki/How-to-build-for-iOS) for iOS compilation.
Please consult the [documentation for iOS compilation](https://github.com/Microsoft/cpprestsdk/wiki/How-to-build-for-iOS).
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is based on an accessibility complaint (for people using screen readers):

Do not use (click) here links

For more information, see:

(?i)(?:>|\[)(?:(?:click |)here|link|(?:read |)more)(?:</|\]\()

2 changes: 1 addition & 1 deletion Release/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function(configure_pch target precompile_header precomile_source) # optional add
set_property(SOURCE ${_srcs} APPEND PROPERTY OBJECT_DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/${target}.pch")
set(pch_output_filepath_arg "/Fp${CMAKE_CURRENT_BINARY_DIR}/${target}.pch")
else()
# Don't specify output file so that VS may choose a config spefic location.
# Don't specify output file so that VS may choose a config specific location.
# Otherwise Debug/Release builds will interfere with one another.
endif()

Expand Down
12 changes: 6 additions & 6 deletions Release/include/cpprest/asyncrt_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ inline bool __cdecl is_alnum(Elem ch) CPPREST_NOEXCEPT
/// 0x0A == Line Feed
/// 0x0B == Vertical Tab
/// 0x0C == Form Feed
/// 0x0D == Carrage Return
/// 0x0D == Carriage Return
/// 0x20 == Space
/// </summary>
template<class Elem>
Expand Down Expand Up @@ -451,23 +451,23 @@ std::unique_ptr<_Type> make_unique(_Arg1&& arg1, _Arg2&& arg2, _Arg3&& arg3, _Ar
}

/// <summary>
/// Cross platform utility function for performing case insensitive string equality comparison.
/// Cross platform utility function for performing case-insensitive string equality comparison.
/// </summary>
/// <param name="left">First string to compare.</param>
/// <param name="right">Second strong to compare.</param>
/// <returns>true if the strings are equivalent, false otherwise</returns>
_ASYNCRTIMP bool __cdecl str_iequal(const std::string& left, const std::string& right) CPPREST_NOEXCEPT;

/// <summary>
/// Cross platform utility function for performing case insensitive string equality comparison.
/// Cross platform utility function for performing case-insensitive string equality comparison.
/// </summary>
/// <param name="left">First string to compare.</param>
/// <param name="right">Second strong to compare.</param>
/// <returns>true if the strings are equivalent, false otherwise</returns>
_ASYNCRTIMP bool __cdecl str_iequal(const std::wstring& left, const std::wstring& right) CPPREST_NOEXCEPT;

/// <summary>
/// Cross platform utility function for performing case insensitive string less-than comparison.
/// Cross platform utility function for performing case-insensitive string less-than comparison.
/// </summary>
/// <param name="left">First string to compare.</param>
/// <param name="right">Second strong to compare.</param>
Expand All @@ -476,7 +476,7 @@ _ASYNCRTIMP bool __cdecl str_iequal(const std::wstring& left, const std::wstring
_ASYNCRTIMP bool __cdecl str_iless(const std::string& left, const std::string& right) CPPREST_NOEXCEPT;

/// <summary>
/// Cross platform utility function for performing case insensitive string less-than comparison.
/// Cross platform utility function for performing case-insensitive string less-than comparison.
/// </summary>
/// <param name="left">First string to compare.</param>
/// <param name="right">Second strong to compare.</param>
Expand Down Expand Up @@ -725,7 +725,7 @@ class nonce_generator
/// <summary>
/// Set length of the generated nonce string.
/// </summary>
/// <param name="length">Lenght of nonce string.</param>
/// <param name="length">Length of nonce string.</param>
void set_length(int length) { m_length = length; }

private:
Expand Down
8 changes: 4 additions & 4 deletions Release/include/cpprest/details/SafeInt3.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ the type has. Enabling this option is not recommended.
*
* One key operator that is missing is an implicit cast to type T. The reason for
* this is that if there is an implicit cast operator, then we end up with
* an ambiguous compile-time precedence. Because of this amiguity, there
* an ambiguous compile-time precedence. Because of this ambiguity, there
* are two methods that are provided:
*
* Casting operators for every native integer type
Expand Down Expand Up @@ -3759,7 +3759,7 @@ class DivisionHelper<T, U, DivisionState_SignedUnsigned64>
else // Corner case
if (t == IntTraits<T>::minInt && u == (unsigned __int64)IntTraits<T>::minInt)
{
// Min int divided by it's own magnitude is -1
// Min int divided by its own magnitude is -1
result = -1;
}
else
Expand Down Expand Up @@ -3796,7 +3796,7 @@ class DivisionHelper<T, U, DivisionState_SignedUnsigned64>
else // Corner case
if (t == IntTraits<T>::minInt && u == (unsigned __int64)IntTraits<T>::minInt)
{
// Min int divided by it's own magnitude is -1
// Min int divided by its own magnitude is -1
result = -1;
}
else
Expand Down Expand Up @@ -7211,7 +7211,7 @@ class DivisionCornerCaseHelper2<T, U, E, false>
template<typename T, typename U, typename E>
SafeInt<T, E> operator/(U lhs, SafeInt<T, E> rhs) SAFEINT_CPP_THROW
{
// Corner case - has to be handled seperately
// Corner case - has to be handled separately
SafeInt<T, E> result;
if (DivisionCornerCaseHelper<T, U, E, (int)DivisionMethod<U, T>::method == (int)DivisionState_UnsignedSigned>::
DivisionCornerCase1(lhs, rhs, result))
Expand Down
4 changes: 2 additions & 2 deletions Release/include/cpprest/http_headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ bool bind_impl(const key_type& text, std::string& ref)
class http_headers
{
public:
/// Function object to perform case insensitive comparison of wstrings.
/// Function object to perform case-insensitive comparison of wstrings.
struct _case_insensitive_cmp
{
bool operator()(const utility::string_t& str1, const utility::string_t& str2) const
Expand Down Expand Up @@ -315,7 +315,7 @@ class http_headers
_ASYNCRTIMP void set_date(const utility::datetime& date);

private:
// Headers are stored in a map with case insensitive key.
// Headers are stored in a map with case-insensitive key.
inner_container m_headers;
};
} // namespace http
Expand Down
2 changes: 1 addition & 1 deletion Release/include/cpprest/http_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class http_msg_base
/// </returns>
/// <remarks>
/// This routine is like _get_content_length, except that it adds a compression algorithm to
/// the Trasfer-Length header if compression is configured. It throws if a Transfer-Encoding
/// the Transfer-Length header if compression is configured. It throws if a Transfer-Encoding
/// header exists and does not match the one it generated.
/// </remarks>
_ASYNCRTIMP size_t _get_content_length_and_set_compression();
Expand Down
4 changes: 2 additions & 2 deletions Release/include/cpprest/json.h
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ enum json_error
malformed_numeric_literal,
malformed_string_literal,
malformed_token,
mismatched_brances,
mismatched_braces,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could be an API break

nesting,
unexpected_token
};
Expand All @@ -805,7 +805,7 @@ class json_error_category_impl : public std::error_category
case json_error::malformed_numeric_literal: return "Malformed numeric literal";
case json_error::malformed_string_literal: return "Malformed string literal";
case json_error::malformed_token: return "Malformed token";
case json_error::mismatched_brances: return "Mismatched braces";
case json_error::mismatched_braces: return "Mismatched braces";
case json_error::nesting: return "Nesting too deep";
case json_error::unexpected_token: return "Unexpected token";
default: return "Unknown json error";
Expand Down
2 changes: 1 addition & 1 deletion Release/include/cpprest/rawptrstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class basic_rawptr_buffer : public streams::details::streambuf_state_manager<_Ch
/// </summary>
virtual size_t in_avail() const
{
// See the comment in seek around the restiction that we do not allow read head to
// See the comment in seek around the restriction that we do not allow read head to
// seek beyond the current size.
_ASSERTE(m_current_position <= m_size);

Expand Down
Loading