From: Guido Trotter Date: Wed, 18 Mar 2009 08:50:10 +0000 (+0000) Subject: CONTRIBUTING: fix two typos X-Git-Tag: lxc_0_6_1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e81c7f2cceecef35305ecb856bb1c6177ced6f59;p=thirdparty%2Flxc.git CONTRIBUTING: fix two typos 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 Signed-off-by: Daniel Lezcano --- diff --git a/CONTRIBUTING b/CONTRIBUTING index 495e9d036..00c27f799 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -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