[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

trey trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:52:03 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6434345a6381255563fa5333fadcc7219d275400
Author: trey <trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 22 00:00:31 2002 +0000

    WebFoundation:
    
    	Fixed typos and other doc comment errors found during API review.
    
            * CacheLoader.subproj/WebCacheManager.m:
            * CacheLoader.subproj/WebProtocolHandler.h:
            * Misc.subproj/WebError.h:
    
    WebKit:
    
    	Fixed typos and other doc comment errors found during API review.
    
            * WebView.subproj/WebController.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2403 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index a91f0af..bc30b4f 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21  Trey Matteson  trey at apple.com
+
+	Fixed typos and other doc comment errors found during API review.
+
+        * WebView.subproj/WebController.h:
+
 2002-10-21  Richard Williamson   <rjw at apple.com>
 
         Changed WebResourceLoadDelegate methods to include an identifier
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index a91f0af..bc30b4f 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-10-21  Trey Matteson  trey at apple.com
+
+	Fixed typos and other doc comment errors found during API review.
+
+        * WebView.subproj/WebController.h:
+
 2002-10-21  Richard Williamson   <rjw at apple.com>
 
         Changed WebResourceLoadDelegate methods to include an identifier
diff --git a/WebKit/WebView.subproj/WebController.h b/WebKit/WebView.subproj/WebController.h
index 3a5cb86..9455378 100644
--- a/WebKit/WebView.subproj/WebController.h
+++ b/WebKit/WebView.subproj/WebController.h
@@ -210,7 +210,7 @@ extern NSString *WebElementFrameKey;
 /*!
     @method frameForDataSource:
     @abstract Return the frame associated with the data source.  
-    @disucssion Traverses the frame tree to find the frame associated
+    @discussion Traverses the frame tree to find the frame associated
     with a datasource.
     @param datasource The datasource to  match against each frame.
     @result The frame that has the associated datasource.
@@ -309,7 +309,7 @@ extern NSString *WebElementFrameKey;
     @method hasCustomUserAgent
     @abstract Determine whether or not a custom user-agent string is in use.
     @discussion It's an error to call customUserAgent if hasCustomUserAgent is NO.
-    @reselt Returns YES if a custom encoding has been set, NO otherwise.
+    @result Returns YES if a custom encoding has been set, NO otherwise.
 */
 - (BOOL)hasCustomUserAgent;
 
@@ -357,7 +357,7 @@ extern NSString *WebElementFrameKey;
     @method hasCustomTextEncoding
     @abstract Determine whether or not a custom text encoding is in use.
     @discussion It's an error to call customTextEncoding if hasCustomTextEncoding is NO.
-    @reselt Returns YES if a custom encoding has been set, NO otherwise.
+    @result Returns YES if a custom encoding has been set, NO otherwise.
 */
 - (BOOL)hasCustomTextEncoding;
 
diff --git a/WebKit/WebView.subproj/WebView.h b/WebKit/WebView.subproj/WebView.h
index 3a5cb86..9455378 100644
--- a/WebKit/WebView.subproj/WebView.h
+++ b/WebKit/WebView.subproj/WebView.h
@@ -210,7 +210,7 @@ extern NSString *WebElementFrameKey;
 /*!
     @method frameForDataSource:
     @abstract Return the frame associated with the data source.  
-    @disucssion Traverses the frame tree to find the frame associated
+    @discussion Traverses the frame tree to find the frame associated
     with a datasource.
     @param datasource The datasource to  match against each frame.
     @result The frame that has the associated datasource.
@@ -309,7 +309,7 @@ extern NSString *WebElementFrameKey;
     @method hasCustomUserAgent
     @abstract Determine whether or not a custom user-agent string is in use.
     @discussion It's an error to call customUserAgent if hasCustomUserAgent is NO.
-    @reselt Returns YES if a custom encoding has been set, NO otherwise.
+    @result Returns YES if a custom encoding has been set, NO otherwise.
 */
 - (BOOL)hasCustomUserAgent;
 
@@ -357,7 +357,7 @@ extern NSString *WebElementFrameKey;
     @method hasCustomTextEncoding
     @abstract Determine whether or not a custom text encoding is in use.
     @discussion It's an error to call customTextEncoding if hasCustomTextEncoding is NO.
-    @reselt Returns YES if a custom encoding has been set, NO otherwise.
+    @result Returns YES if a custom encoding has been set, NO otherwise.
 */
 - (BOOL)hasCustomTextEncoding;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list