Title: [128506] trunk/Websites/webkit.org
- Revision
- 128506
- Author
- [email protected]
- Date
- 2012-09-13 14:07:46 -0700 (Thu, 13 Sep 2012)
Log Message
Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
* coding/coding-style.html:
Modified Paths
Diff
Modified: trunk/Websites/webkit.org/ChangeLog (128505 => 128506)
--- trunk/Websites/webkit.org/ChangeLog 2012-09-13 21:05:54 UTC (rev 128505)
+++ trunk/Websites/webkit.org/ChangeLog 2012-09-13 21:07:46 UTC (rev 128506)
@@ -1,5 +1,11 @@
2012-09-13 Ryosuke Niwa <[email protected]>
+ Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
+
+ * coding/coding-style.html:
+
+2012-09-13 Ryosuke Niwa <[email protected]>
+
Fix a typo per Darin's comment.
* coding/coding-style.html:
Modified: trunk/Websites/webkit.org/coding/coding-style.html (128505 => 128506)
--- trunk/Websites/webkit.org/coding/coding-style.html 2012-09-13 21:05:54 UTC (rev 128505)
+++ trunk/Websites/webkit.org/coding/coding-style.html 2012-09-13 21:07:46 UTC (rev 128506)
@@ -1062,8 +1062,8 @@
<h4 class="wrong">Wrong:</h4>
<pre class="code">
unsigned int a; // Doesn't omit "int".
-signed b; // Uses "singed" instead of "int".
-signed int c; // Doesn't omit "singed".
+signed b; // Uses "signed" instead of "int".
+signed int c; // Doesn't omit "signed".
</pre>
</li>
</ol>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes