Skip to content

Commit 674314e

Browse files
committed
minor spelling error
1 parent f405710 commit 674314e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/test/plus_codes_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_shorten
5555
@olc.shorten('9C3W9QCJ+2VX', 60.3701125, 10.202665625)
5656
end
5757

58-
def test_longer_encoding_with_speacial_case
58+
def test_longer_encoding_with_special_case
5959
assert_equal('CFX3X2X2+X2RRRRJ', @olc.encode(90.0, 1.0, 15));
6060
end
6161

@@ -78,7 +78,7 @@ def test_exceptions
7878
end
7979
end
8080

81-
def test_valid_with_speacial_case
81+
def test_valid_with_special_case
8282
assert_false(@olc.valid?('3W00CJJJ+'))
8383
end
8484

0 commit comments

Comments
 (0)