summaryrefslogtreecommitdiff
path: root/test/rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rb')
-rw-r--r--test/rb/core/transport/test_transport.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rb/core/transport/test_transport.rb b/test/rb/core/transport/test_transport.rb
index 52755c1da..37afa858b 100644
--- a/test/rb/core/transport/test_transport.rb
+++ b/test/rb/core/transport/test_transport.rb
@@ -51,7 +51,7 @@ class TestThriftTransport < Test::Unit::TestCase
# TODO:
# This doesn't necessarily test he right thing.
- # It _looks_ like read isn't guarenteed to return the length
+ # It _looks_ like read isn't guaranteed to return the length
# you ask for and read_all is. This means our test needs to check
# for blocking. -- Kevin Clark 3/27/08
def test_read_all