Module: docs Branch: master Commit: 4f3fd35facb87096357fe34b5ca103ae6695428c URL: http://source.winehq.org/git/docs.git/?a=commit;h=4f3fd35facb87096357fe34b5c...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 20 12:07:57 2010 +0200
README: Fix some typos.
---
README | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README b/README index 036f72a..8958363 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ be used for porting Win32 code into native Unix executables. This package is Wine's documentation repository. It consists of various guides and their translations.
-Wine and the Wine documenation is free software, released under +Wine and the Wine documentation are free software, released under the GNU LGPL; see the file LICENSE for the details.
2. QUICK START @@ -55,19 +55,19 @@ $ cd <lang>; make <format>
Currently, we support English (en) and French (fr). However, French is not built by default due to -bugs in the openjage/opensp/sp packages. +bugs in the openjade/opensp/sp packages.
5. SENDING PATCHES
Here are the important points you should keep in mind when sending patches: - * submit them to he Wine patches mailing list, wine-patches@winehq.org + * submit them to the Wine patches mailing list, wine-patches@winehq.org * include a ChangeLog entry with a description of the patch * keep the patch small and the point of the change clear * one patch per email * unified format only (diff -u)
For more information on composing and sending patches, please refer to: - http://www.winehq.org/site/sending_patches + http://wiki.winehq.org/SubmittingPatches
-- Dimi Paun dimi@lattica.com