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
Changes from 1 commit
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
Prev Previous commit
Next Next commit
spelling: players
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Dec 12, 2024
commit a3ab46274b2a357d9250ec215540822b3dec6c7b
2 changes: 1 addition & 1 deletion Release/samples/BlackJack/BlackJack_Server/messagetypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ struct BJTable
auto iPlayers = object.find(PLAYERS);
if (iPlayers == object.end())
{
throw web::json::json_exception(U("PLAYTERS key not found"));
throw web::json::json_exception(U("PLAYERS key not found"));
}
web::json::value players = iPlayers->second;
int i = 0;
Expand Down