]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
CONTRIBUTING: fix two typos
authorGuido Trotter <ultrotter@google.com>
Wed, 18 Mar 2009 08:50:10 +0000 (08:50 +0000)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 19 Mar 2009 15:11:10 +0000 (16:11 +0100)
s/accessible/accessed/ because the optionality of the possibility is
already expressed by the 'can be' in front of it.

Signed-off-by: Guido Trotter <ultrotter@quaqua.net>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
CONTRIBUTING

index 495e9d03648b261c3ded27323dbfa17be3bcd0de..00c27f799dac91f67837853e8bbd270b5d8af590 100644 (file)
@@ -19,7 +19,7 @@ The coding style follows the Linux kernel coding style.
 The coding style is defined in the 'CodingStyle' file, available in
 the directory 'Documentation' of the Linux kernel source tree.
 
-It can be accessible online too:
+It can be accessed online too:
 
 http://lxr.linux.no/linux+v2.6.27/Documentation/CodingStyle
 
@@ -32,7 +32,7 @@ is defined below. The guidelines are defined in the
 'SubmittingPatches' file, available in the directory 'Documentation'
 of the Linux kernel source tree.
 
-It can be accessible online too:
+It can be accessed online too:
 
 http://lxr.linux.no/linux+v2.6.27/Documentation/SubmittingPatches