[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

joepeck at webkit.org joepeck at webkit.org
Wed Apr 7 23:45:25 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit e1ed55027ebf46495ceff12a239bd86447b086af
Author: joepeck at webkit.org <joepeck at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 17 18:52:47 2009 +0000

    2009-11-17  Joseph Pecoraro  <joepeck at webkit.org>
    
            Reviewed by Timothy Hatcher.
    
            Fixed typos in comments.
    
            * Scripts/modules/committers.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51079 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index aa03eb5..add6496 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2009-11-17  Joseph Pecoraro  <joepeck at webkit.org>
+
+        Reviewed by Timothy Hatcher.
+
+        Fixed typos in comments.
+
+        * Scripts/modules/committers.py:
+
 2009-11-17  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Timothy Hatcher.
diff --git a/WebKitTools/Scripts/modules/committers.py b/WebKitTools/Scripts/modules/committers.py
index 1309bb7..2224516 100644
--- a/WebKitTools/Scripts/modules/committers.py
+++ b/WebKitTools/Scripts/modules/committers.py
@@ -45,7 +45,7 @@ class Reviewer(Committer):
         Committer.__init__(self, name, email_or_emails)
         self.can_review = True
 
-# This is intended as a cannonical, machine-readable list of all non-reviewer committers for WebKit.
+# This is intended as a canonical, machine-readable list of all non-reviewer committers for WebKit.
 # If your name is missing here and you are a committer, please add it.  No review needed.
 # All reviewers are committers, so this list is only of committers who are not reviewers.
 committers_unable_to_review = [
@@ -132,7 +132,7 @@ committers_unable_to_review = [
     Committer("Zoltan Horvath", "zoltan at webkit.org"),
 ]
 
-# This is intended as a cannonical, machine-readable list of all reviewers for WebKit.
+# This is intended as a canonical, machine-readable list of all reviewers for WebKit.
 # If your name is missing here and you are a reviewer, please add it.  No review needed.
 reviewers_list = [
     Reviewer("Ada Chan", "adachan at apple.com"),

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list