Browse Source

Typo in comment

Source commit: e9fd35c18e347c8772b4ce2c2a7db4ef9b54d577
Martin Prikryl 9 years ago
parent
commit
9fc5e1813f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/WebDAVFileSystem.cpp

+ 1 - 1
source/core/WebDAVFileSystem.cpp

@@ -1831,7 +1831,7 @@ void TWebDAVFileSystem::NeonPostHeaders(ne_request * /*Req*/, void * UserData, c
       // otherwise we end up in an endless loop.
       // If the server returns all other challenges in the response, removing the Negotiate
       // protocol will itself ensure that other protocols are tried (we haven't seen this behaviour).
-      // IIS will return only Negotiate response in the request was Negotiate, so there's no fallback.
+      // IIS will return only Negotiate response if the request was Negotiate, so there's no fallback.
       // We have to retry with a fresh request. That's what FAuthenticationRetry does.
       FileSystem->FTerminal->LogEvent(FORMAT(L"%s challenge failed, will try different challenge", (FileSystem->FAuthorizationProtocol)));
       ne_remove_server_auth(FileSystem->FNeonSession);