diff options
author | Ryuta Kamizono <[email protected]> | 2021-04-26 00:10:39 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-04-26 10:07:41 +0900 |
commit | 33f2ff3babb7054f3df1efa25c1285e09613d7b8 () | |
tree | 4c47e98fd4194080fb4d0d047100731b076babc0 /ext/win32/lib | |
parent | f9b62b5cc04fa87f0970c9ca3d1cbbc9be8bf8fe (diff) |
Fix some typos by spell checker
Notes: Merged: https://.com/ruby/ruby/pull/4414
-rw-r--r-- | ext/win32/lib/win32/sspi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ module Win32 B64_TOKEN_PREFIX = ["NTLMSSP"].pack("m").delete("=\n") # Given a connection and a request path, performs authentication as the current user and returns - # the response from a GET request. The connnection should be a Net::HTTP object, and it should # have been constructed using the Net::HTTP.Proxy method, but anything that responds to "get" will work. # If a user and domain are given, will authenticate as the given user. # Returns the response received from the get method (usually Net::HTTPResponse) |