Skip to content

Commit f6a9b68

Browse files
authored
Fix some typos (#1378)
1 parent 7be15fe commit f6a9b68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ $ bundle config --local build.mysql2 -- $(ruby -r rbconfig -e 'puts RbConfig::CO
133133
```
134134

135135
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
137137
to the mysql2 build process.
138138

139139
### Windows

ext/mysql2/client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

ext/mysql2/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def add_ssl_defines(header)
2828
end
2929
end
3030

31-
### Check for Ruby C extention interfaces
31+
### Check for Ruby C extension interfaces
3232

3333
# 2.1+
3434
have_func('rb_absint_size')

0 commit comments

Comments
 (0)