Skip to content

Commit a6472c1

Browse files
committed
Fix spelling errors.
1 parent 15f0a3a commit a6472c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spec/tags/core/process/kill_tags.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ slow:Process.kill signals the process group if the PID is zero
1111
slow:Process.kill signals the process group if the signal number is negative
1212
slow:Process.kill signals the process group if the short signal name starts with a minus sign
1313
slow:Process.kill signals the process group if the full signal name starts with a minus sign
14-
fails(flakey):Process.kill signals the process group if the short signal name starts with a minus sign
14+
fails(flaky):Process.kill signals the process group if the short signal name starts with a minus sign
1515
fails:Process.kill signals the process group if the PID is zero
1616
fails:Process.kill signals the process group if the signal number is negative
1717
fails:Process.kill signals the process group if the full signal name starts with a minus sign

test/mri/excludes/OpenSSL/TestOCSP.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exclude :test_basic_response_response_operations, "flakey timeout"
1+
exclude :test_basic_response_response_operations, "flaky timeout"
22
exclude :test_basic_response_der, "needs investigation"
33
exclude :test_basic_response_dup, "needs investigation"
44
exclude :test_basic_response_sign_verify, "needs investigation"

test/mri/excludes/TestTimeout.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
exclude :test_skip_rescue, "needs investigation"
55
exclude :test_custom_exception, "needs investigation"
66
exclude :test_queue, "needs investigation"
7-
exclude :test_timeout, "flakey: timeout can be missed and test then spins in a loop"
7+
exclude :test_timeout, "flaky: timeout can be missed and test then spins in a loop"

0 commit comments

Comments
 (0)