Skip to content

Commit

Permalink
Fix some typos (brianmario#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkmy authored Sep 6, 2024
1 parent 7be15fe commit f6a9b68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext/mysql2/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*
Expand Down
2 changes: 1 addition & 1 deletion ext/mysql2/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f6a9b68

Please sign in to comment.