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
133133```
134134
135135Note 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
137137to the mysql2 build process.
138138
139139### Windows
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ static void *nogvl_connect(void *ptr) {
307307 * a socket that may be in use by the parent or other processes after fork.
308308 *
309309 * /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.
311311 *
312312 * Returns Qtrue or Qfalse (success or failure)
313313 *
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def add_ssl_defines(header)
2828 end
2929end
3030
31- ### Check for Ruby C extention interfaces
31+ ### Check for Ruby C extension interfaces
3232
3333# 2.1+
3434have_func ( 'rb_absint_size' )
You can’t perform that action at this time.
0 commit comments