Skip to content

Commit

Permalink
s/langauge/language/
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 10, 2017
1 parent ca3e3b2 commit 41bb6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transport/test_algorithms.rb
Expand Up @@ -335,7 +335,7 @@ def kexinit(options={})
:string, options[:compression_client] || "none,zlib@openssh.com,zlib",
:string, options[:compression_server] || "none,zlib@openssh.com,zlib",
:string, options[:language_client] || "",
:string, options[:langauge_server] || "",
:string, options[:language_server] || "",
:bool, options[:first_kex_follows])
end

Expand Down

0 comments on commit 41bb6a6

Please sign in to comment.