diff --git a/README.md b/README.md index 59ae2bc5..77e5c0bc 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ $ bundle config --local build.mysql2 -- $(ruby -r rbconfig -e 'puts RbConfig::CO ``` Note the additional double dashes (`--`) these separate command-line arguments -that `gem` or `bundler` interpret from the addiitonal arguments that are passed +that `gem` or `bundler` interpret from the additional arguments that are passed to the mysql2 build process. ### Windows diff --git a/ext/mysql2/client.c b/ext/mysql2/client.c index 8fe33ea3..ad31c280 100644 --- a/ext/mysql2/client.c +++ b/ext/mysql2/client.c @@ -307,7 +307,7 @@ static void *nogvl_connect(void *ptr) { * a socket that may be in use by the parent or other processes after fork. * * /dev/null is used to absorb writes; previously a dummy socket was used, but - * it could not abosrb writes and caused openssl to go into an infinite loop. + * it could not absorb writes and caused openssl to go into an infinite loop. * * Returns Qtrue or Qfalse (success or failure) * diff --git a/ext/mysql2/extconf.rb b/ext/mysql2/extconf.rb index 68e68bcb..aaf6b255 100644 --- a/ext/mysql2/extconf.rb +++ b/ext/mysql2/extconf.rb @@ -28,7 +28,7 @@ def add_ssl_defines(header) end end -### Check for Ruby C extention interfaces +### Check for Ruby C extension interfaces # 2.1+ have_func('rb_absint_size')