diff options
author | 2009-03-18 08:50:10 +0000 | |
---|---|---|
committer | 2009-03-19 16:11:10 +0100 | |
commit | e81c7f2cceecef35305ecb856bb1c6177ced6f59 (patch) | |
tree | 94f4fbc5a624523db9971245ea9db42e87cf6239 /CONTRIBUTING | |
parent | lxc-checkconfig: Allow to override grep and config (diff) | |
download | lxc-e81c7f2cceecef35305ecb856bb1c6177ced6f59.tar.gz lxc-e81c7f2cceecef35305ecb856bb1c6177ced6f59.tar.bz2 lxc-e81c7f2cceecef35305ecb856bb1c6177ced6f59.zip |
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 <ultrotter@quaqua.net>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index 495e9d0..00c27f7 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 |