[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

dbates at webkit.org dbates at webkit.org
Wed Dec 22 12:41:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5e7c565af0df9c425ab56829a74083bfe9c63943
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 04:15:16 2010 +0000

    2010-08-26  Daniel Bates  <dbates at rim.com>
    
            Reviewed by Dumitru Daniliuc.
    
            Fix misspelled words on WebKit.org contact.html,
            demos/index.html, and quality/leakhunting.html
            https://bugs.webkit.org/show_bug.cgi?id=44747
    
            Fix some misspelled words on the WebKit.org site.
    
            * contact.html: Change "bugreports" [sic] to "bug reports".
            * demos/index.html: Change "testcase" [sic] to "test case".
            * quality/leakhunting.html: Change "formating" [sic] to "formatting".
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66178 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index e40a025..b193d6e 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,17 @@
+2010-08-26  Daniel Bates  <dbates at rim.com>
+
+        Reviewed by Dumitru Daniliuc.
+
+        Fix misspelled words on WebKit.org contact.html,
+        demos/index.html, and quality/leakhunting.html
+        https://bugs.webkit.org/show_bug.cgi?id=44747
+
+        Fix some misspelled words on the WebKit.org site.
+
+        * contact.html: Change "bugreports" [sic] to "bug reports".
+        * demos/index.html: Change "testcase" [sic] to "test case".
+        * quality/leakhunting.html: Change "formating" [sic] to "formatting".
+
 2010-08-23  David Kilzer  <ddkilzer at apple.com>
 
         Clean up some HTML typos in crashlogs.html
diff --git a/WebKitSite/contact.html b/WebKitSite/contact.html
index 30c6929..af53051 100644
--- a/WebKitSite/contact.html
+++ b/WebKitSite/contact.html
@@ -58,7 +58,7 @@ Project activity of WebKit and other projects is measured at <a href="http://cia
 </p>
 <p>
 <b>Build Bot</b><br>
-Another way to see the current state of things is our <a href="http://build.webkit.org/">build bot</a>. This build system helps us identify build and testcase failures fast, and as such is invaluable to us.
+Another way to see the current state of things is our <a href="http://build.webkit.org/">build bot</a>. This build system helps us identify build and test case failures fast, and as such is invaluable to us.
 </p>
 
 <?php
diff --git a/WebKitSite/demos/index.html b/WebKitSite/demos/index.html
index 15983dd..3c2c256 100644
--- a/WebKitSite/demos/index.html
+++ b/WebKitSite/demos/index.html
@@ -17,7 +17,7 @@ Here are some demo web applications that display various web technologies suppor
 
 <a href="editingToolbar"><h2>Editing Toolbar</h2></a>
 <span class="datestamp">Added November 4th, 2007</span>
-<p>The editing toolbar shows off a rich HTML editing toolbar in WebKit.  It uses JavaScript and CSS to fade in and out and to implement the buttons that apply text formating and alignment. Click in the text area to see the toolbar appear.</p>
+<p>The editing toolbar shows off a rich HTML editing toolbar in WebKit.  It uses JavaScript and CSS to fade in and out and to implement the buttons that apply text formatting and alignment. Click in the text area to see the toolbar appear.</p>
 
 <a href="sticky-notes"><h2>Sticky Notes</h2></a>
 <span class="datestamp">Added October 19th, 2007</span>
diff --git a/WebKitSite/quality/leakhunting.html b/WebKitSite/quality/leakhunting.html
index 28887b3..b092d69 100644
--- a/WebKitSite/quality/leakhunting.html
+++ b/WebKitSite/quality/leakhunting.html
@@ -8,7 +8,7 @@
 
 <p>
     Memory leaks are one of our main areas of interest. Since the average user will only notice them by growing memory
-    usage, we don't see as many bugreports on them as we'd like. This is some information about how to hunt down those leaks.
+    usage, we don't see as many bug reports on them as we'd like. This is some information about how to hunt down those leaks.
     The Mac OS X Developer Tools include a very useful program for leak detection. Here's how you can use it:
 </p>    
 <ol>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list