File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ $ bundle config --local build.mysql2 -- $(ruby -r rbconfig -e 'puts RbConfig::CO
133
133
```
134
134
135
135
Note the additional double dashes (` -- ` ) these separate command-line arguments
136
- that ` gem ` or ` bundler ` interpret from the addiitonal arguments that are passed
136
+ that ` gem ` or ` bundler ` interpret from the additional arguments that are passed
137
137
to the mysql2 build process.
138
138
139
139
### Windows
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ static void *nogvl_connect(void *ptr) {
307
307
* a socket that may be in use by the parent or other processes after fork.
308
308
*
309
309
* /dev/null is used to absorb writes; previously a dummy socket was used, but
310
- * it could not abosrb writes and caused openssl to go into an infinite loop.
310
+ * it could not absorb writes and caused openssl to go into an infinite loop.
311
311
*
312
312
* Returns Qtrue or Qfalse (success or failure)
313
313
*
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def add_ssl_defines(header)
28
28
end
29
29
end
30
30
31
- ### Check for Ruby C extention interfaces
31
+ ### Check for Ruby C extension interfaces
32
32
33
33
# 2.1+
34
34
have_func ( 'rb_absint_size' )
You can’t perform that action at this time.
0 commit comments