Title: [92428] trunk/Websites/webkit.org
Revision
92428
Author
[email protected]
Date
2011-08-04 16:20:31 -0700 (Thu, 04 Aug 2011)

Log Message

Fixed a typo.

* coding/contributing.html:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (92427 => 92428)


--- trunk/Websites/webkit.org/ChangeLog	2011-08-04 23:17:44 UTC (rev 92427)
+++ trunk/Websites/webkit.org/ChangeLog	2011-08-04 23:20:31 UTC (rev 92428)
@@ -1,3 +1,9 @@
+2011-08-04  Dan Bernstein  <[email protected]>
+
+        Fixed a typo.
+
+        * coding/contributing.html:
+
 2011-08-04  Nico Weber  <[email protected]>
 
         Update the contributors page to recommend webkit-patch instead of many manual steps

Modified: trunk/Websites/webkit.org/coding/contributing.html (92427 => 92428)


--- trunk/Websites/webkit.org/coding/contributing.html	2011-08-04 23:17:44 UTC (rev 92427)
+++ trunk/Websites/webkit.org/coding/contributing.html	2011-08-04 23:20:31 UTC (rev 92428)
@@ -131,7 +131,7 @@
 
 <p>There is one ChangeLog per top-level directory, if you changed code and tests you will need to edit at least two ChangeLogs. The <code>prepare-ChangeLog</code> script will create a stub entries for you.  You should edit these stubs to describe your change, including the full url to the bug (<a href="" entry</a>, note that you can use <code>--bug</code> flag).  (You should set EMAIL_ADDRESS and CHANGE_LOG_NAME in your environment if you will be running this script frequently.)</p>
 
-<p>The "No new tests. (OOPS!)" line appears if <code>webkit-path</code> did not detect the addition of test cases.  If your patch does not require test cases (or test cases are not possible), remove this line and explain why you didn't write tests. Otherwise all changes require test cases which should be mentioned in the ChangeLog. If you keep this line in your ChangeLog entry, your patch will be rejected by the commit bot.</p>
+<p>The "No new tests. (OOPS!)" line appears if <code>webkit-patch</code> did not detect the addition of test cases.  If your patch does not require test cases (or test cases are not possible), remove this line and explain why you didn't write tests. Otherwise all changes require test cases which should be mentioned in the ChangeLog. If you keep this line in your ChangeLog entry, your patch will be rejected by the commit bot.</p>
 
 
 <h3>Respond to reviewers</h3>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to