From 33f2ff3babb7054f3df1efa25c1285e09613d7b8 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Mon, 26 Apr 2021 00:10:39 +0900 Subject: Fix some typos by spell checker --- ext/win32/lib/win32/sspi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/win32/lib') diff --git a/ext/win32/lib/win32/sspi.rb b/ext/win32/lib/win32/sspi.rb index a73819f24e..20205fd4d6 100644 --- a/ext/win32/lib/win32/sspi.rb +++ b/ext/win32/lib/win32/sspi.rb @@ -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 + # the response from a GET request. The connection 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) -- cgit v1.2.3