[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
joepeck at webkit.org
joepeck at webkit.org
Thu Dec 3 13:38:23 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit fd0eab52a2ab98fa167397dd3131a23ab868a75e
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