The following commit has been merged in the master branch:
commit d1670cfba016122c2db2c6c52003f941938e23bc
Author: Niels Thykier <ni...@thykier.net>
Date:   Thu May 24 13:08:51 2012 +0200

    doc: Fix two typos in coding-style.txt
    
    Signed-off-by: Niels Thykier <ni...@thykier.net>
    Signed-off-by: Guillem Jover <guil...@debian.org>

diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index dbeb2b7..06fb587 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -28,12 +28,12 @@ Code should generally strive for clarity. Monster functions 
should be split
 into logical and small pieces.
 
 Variable and function names should be generally descriptive, not needed
-for variables commonly used (for example and index inside a loop, etc),
+for variables commonly used (for example an index inside a loop, etc),
 acronyms should only be used if they are widely known externally or
 inside the project. The names should separate logical concepts within
 with underscores.
 
-On comments use UTF-8 characters for quotes, copyrigth symbols, etc.
+On comments use UTF-8 characters for quotes, copyright symbols, etc.
 
 On strings in code use simple or double quotes «''» «""». Not the unpaired
 ones «`'». Strings marked for translation, should only be fixed if there's

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to