https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b563f5974f41a0dc958328580fba36903414a4f7
commit b563f5974f41a0dc958328580fba36903414a4f7 Author: Hamish McIntyre-Bhatty <[email protected]> Date: Wed Oct 26 14:26:16 2022 +0100 Fix typo in faq-programming.xml Diff: --- winsup/doc/faq-programming.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index c2c4004c1..7945b6b88 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -1051,7 +1051,7 @@ a Windows environment which Cygwin handles automatically. <question><para>How should I port my Unix GUI to Windows?</para></question> <answer> -<para>Like other Unix-like platforms, the Cygwin distribtion includes many of +<para>Like other Unix-like platforms, the Cygwin distribution includes many of the common GUI toolkits, including X11, X Athena widgets, Motif, Tk, GTK+, and Qt. Many programs which rely on these toolkits will work with little, if any, porting work if they are otherwise portable. However, there are a few
