Skip to content

Commit 97d124f

Browse files
committed
fix two typos
From xx on IRC
1 parent e041f2b commit 97d124f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmdline/differences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ does not by itself distribute or provide binaries. Binary files are highly
77
system specific and oftentimes also bound to specific system versions.
88

99
Different curl versions, built by different people on different platforms
10-
using different third party libraries with different built-time options makes
10+
using different third party libraries with different build-time options makes
1111
the tool offer different features in different places. In addition, curl is
1212
continuously developed, so newer versions of the tool are likely to have more
1313
and better features than the older ones.

helpers/ws/concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data over the connection.
2727
Doing a transfer with a `ws://` or `wss://` URL implies that libcurl makes a
2828
successful upgrade to the WebSocket protocol or an error is returned. An HTTP
2929
200 response code which for example is considered fine in a normal HTTP
30-
transfer is therefor considered an error when asking for a WebSocket transfer.
30+
transfer is therefore considered an error when asking for a WebSocket transfer.
3131

3232
## Automatic `PONG`
3333

0 commit comments

Comments
 (0)