Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 30, 2015
1 parent ad741fa commit f561f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_node_name.rb
Expand Up @@ -133,7 +133,7 @@ def test_node_name_vs_string

#XXX This is a confusable behavior. It seems should be true
# but actually false, so you have to be careful when you
# compare string with Nodename.
# compare string with NodeName.
def test_string_vs_node_name
string = "192.168.0.1:2929/droonga"
node_name = node_name("192.168.0.1", 2929, "droonga")
Expand Down

0 comments on commit f561f8c

Please sign in to comment.