Title: [294326] trunk/Source/WebKit/UIProcess/Launcher/glib/ProcessLauncherGLib.cpp
Revision
294326
Author
commit-qu...@webkit.org
Date
2022-05-17 10:31:26 -0700 (Tue, 17 May 2022)

Log Message

Unreviewed, fix typo in comment

Patch by Michael Catanzaro <mcatanz...@redhat.com> on 2022-05-17
* Source/WebKit/UIProcess/Launcher/glib/ProcessLauncherGLib.cpp:
(WebKit::ProcessLauncher::launchProcess):

Canonical link: https://commits.webkit.org/250646@main

Modified Paths

Diff

Modified: trunk/Source/WebKit/UIProcess/Launcher/glib/ProcessLauncherGLib.cpp (294325 => 294326)


--- trunk/Source/WebKit/UIProcess/Launcher/glib/ProcessLauncherGLib.cpp	2022-05-17 16:38:25 UTC (rev 294325)
+++ trunk/Source/WebKit/UIProcess/Launcher/glib/ProcessLauncherGLib.cpp	2022-05-17 17:31:26 UTC (rev 294326)
@@ -128,7 +128,7 @@
     argv[i++] = nullptr;
 
     // Warning: do not set a child setup function, because we want GIO to be able to spawn with
-    // posix_spawn() rather than fork()/exec(), in order to better accomodate applications that use
+    // posix_spawn() rather than fork()/exec(), in order to better accommodate applications that use
     // a huge amount of memory or address space in the UI process, like Eclipse.
     GRefPtr<GSubprocessLauncher> launcher = adoptGRef(g_subprocess_launcher_new(G_SUBPROCESS_FLAGS_INHERIT_FDS));
     g_subprocess_launcher_take_fd(launcher.get(), socketPair.client, socketPair.client);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to