[haiku-webkit-commits] r540 - webkit/trunk/WebKit/haiku/WebCoreSupport

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Sat, 31 Jul 2010 19:11:02 +0000

Author: anevilyak
Date: Sat Jul 31 19:11:01 2010
New Revision: 540
URL: http://mmlr.dyndns.org/changeset/540

Log:
Fix typo.

Modified:
   webkit/trunk/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp

Modified: webkit/trunk/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp
==============================================================================
--- webkit/trunk/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp Mon Jul 
26 12:05:26 2010        (r539)
+++ webkit/trunk/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp Sat Jul 
31 19:11:01 2010        (r540)
@@ -198,7 +198,7 @@
 void 
FrameLoaderClientHaiku::dispatchDidReceiveAuthenticationChallenge(DocumentLoader*,
 unsigned long, const AuthenticationChallenge& challenge)
 {
     const ProtectionSpace& space = challenge.protectionSpace();
-    String text = "Host \"" + space.host() + "\" requestes authentication for 
realm \"" + space.realm() + "\"\n";
+    String text = "Host \"" + space.host() + "\" requests authentication for 
realm \"" + space.realm() + "\"\n";
     text += "Authentication Scheme: ";
     switch (space.authenticationScheme()) {
     case ProtectionSpaceAuthenticationSchemeHTTPBasic:

Other related posts:

  • » [haiku-webkit-commits] r540 - webkit/trunk/WebKit/haiku/WebCoreSupport - webkit