Title: [288108] trunk
Revision
288108
Author
[email protected]
Date
2022-01-17 21:21:43 -0800 (Mon, 17 Jan 2022)

Log Message

Fix typo in README
https://bugs.webkit.org/show_bug.cgi?id=235309

Patch by Brandon Stewart <[email protected]> on 2022-01-17
Reviewed by Michael Saboff.

Fix typo in ReadMe. Updated 'embededded' to 'embedded'.

* ReadMe.md:

Modified Paths

Diff

Modified: trunk/ChangeLog (288107 => 288108)


--- trunk/ChangeLog	2022-01-18 03:02:17 UTC (rev 288107)
+++ trunk/ChangeLog	2022-01-18 05:21:43 UTC (rev 288108)
@@ -1,3 +1,14 @@
+2022-01-17  Brandon Stewart  <[email protected]>
+
+        Fix typo in README
+        https://bugs.webkit.org/show_bug.cgi?id=235309
+
+        Reviewed by Michael Saboff.
+        
+        Fix typo in ReadMe. Updated 'embededded' to 'embedded'.
+
+        * ReadMe.md:
+
 2022-01-17  Carlos Garcia Campos  <[email protected]>
 
         [GTK][a11y] Stop using isolated tree for the ATSPI implementation

Modified: trunk/ReadMe.md (288107 => 288108)


--- trunk/ReadMe.md	2022-01-18 03:02:17 UTC (rev 288107)
+++ trunk/ReadMe.md	2022-01-18 05:21:43 UTC (rev 288108)
@@ -85,7 +85,7 @@
 
 Without this step, you will see the error message: "`target specifies product type ‘com.apple.product-type.tool’, but there’s no such product type for the ‘iphonesimulator’ platform.`" when building target `JSCLLIntOffsetsExtractor` of project `_javascript_Core`.
 
-Run the following command to build a debug build with debugging symbols and assertions for embededded simulators:
+Run the following command to build a debug build with debugging symbols and assertions for embedded simulators:
 
 ```
 Tools/Scripts/build-webkit --debug --<platform>-simulator
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to