Trivial language corrections to the Wine Developer's Guide coding
section.
This commit is contained in:
parent
78e76cf977
commit
43f8aa4f77
|
@ -76,7 +76,7 @@ diff -u file.old file.c > file.txt
|
||||||
<title>Some notes about style</title>
|
<title>Some notes about style</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
There are a few conventions that about coding style that have
|
There are a few conventions about coding style that have
|
||||||
been adopted over the years of development. The rational for
|
been adopted over the years of development. The rational for
|
||||||
these <quote>rules</quote> is explained for each one.
|
these <quote>rules</quote> is explained for each one.
|
||||||
</para>
|
</para>
|
||||||
|
@ -162,11 +162,11 @@ code
|
||||||
attachments. Giving the patch a <filename>.txt</filename>
|
attachments. Giving the patch a <filename>.txt</filename>
|
||||||
extension and attaching will solve the problem for most
|
extension and attaching will solve the problem for most
|
||||||
mailers including Outlook. Also, there is a way to enable
|
mailers including Outlook. Also, there is a way to enable
|
||||||
Outlook Express send <filename>.diff</filename>
|
Outlook Express to send <filename>.diff</filename>
|
||||||
attachments.
|
attachments.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
You need following two things to make it work.
|
You need the following two things to make it work.
|
||||||
</para>
|
</para>
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -190,9 +190,9 @@ code
|
||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
<para>
|
<para>
|
||||||
Item #1 is important. After you hit "Send" button, go to
|
Item #1 is important. After you hit the "Send" button, go to
|
||||||
"Outbox" and using "Properties" verify the message source to
|
"Outbox" and using "Properties" verify the message source to
|
||||||
make sure that the mail has correct format. You might want
|
make sure that the mail has the correct format. You might want
|
||||||
to send several test emails to yourself too.
|
to send several test emails to yourself too.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
Loading…
Reference in New Issue