=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winedev: Remove unnecessary parenthesis.

Alexandre Julliard julliard at winehq.org
Mon Jul 15 13:52:40 CDT 2013


Module: docs
Branch: master
Commit: ece2a22163ec5a461aa2b757ae36a801f1fa59ed
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=ece2a22163ec5a461aa2b757ae36a801f1fa59ed

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Jul 14 19:39:58 2013 +0200

winedev: Remove unnecessary parenthesis.

---

 en/winedev-architecture.sgml  |    2 +-
 en/winedev-documentation.sgml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/winedev-architecture.sgml b/en/winedev-architecture.sgml
index 78787dd..c894e56 100644
--- a/en/winedev-architecture.sgml
+++ b/en/winedev-architecture.sgml
@@ -666,7 +666,7 @@
 	  <filename>SYSTEM</filename> for <filename>KERNEL32</filename>,
 	  or <filename>DDEML</filename> for
 	  <filename>USER32</filename>). In those cases, the 16 bit
-	  descriptor(s) is (are) inserted in the same shared library
+	  descriptors are inserted in the same shared library
 	  as the the corresponding 32 bit DLL. Wine will also create
 	  symbolic links between kernel32.dll.so and system.dll.so
 	  so that loading of either
diff --git a/en/winedev-documentation.sgml b/en/winedev-documentation.sgml
index c19bc9c..09e9cba 100644
--- a/en/winedev-documentation.sgml
+++ b/en/winedev-documentation.sgml
@@ -478,7 +478,7 @@
         developers working with the Win32 API. However additional documentation is needed
         before the API Guide can be considered truly useful or comprehensive. For example,
         COM objects that are available for developers use should be documented, along with
-        the interface(s) that those objects export. Also, it would be helpful to document
+        the interfaces that those objects export. Also, it would be helpful to document
         each dll, to provide some structure to the documentation.
       </para>
 




More information about the wine-cvs mailing list