commit | 305af08c5398bab6c7029da53eb15d85a53eef0e | [log] [tgz] |
---|---|---|
author | Jeremiah Mahler <jmmahler@gmail.com> | Thu May 22 00:04:26 2014 -0700 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Jun 19 15:28:56 2014 +0200 |
tree | 8fcbf05d8272161e4a10ebe97963ffa72180d3bc | |
parent | fe786f61f32367e31d11a1b236aff29992d19a57 [diff] |
doc: replace "practise" with "practice" in Documentation To keep the Documentation consistent either "practise" or "practice" should be used. Since there are 3 lines with "practise" ~/linux/Documentation$ grep -r practise * | wc -l 3 and 108 lines with "practice" ~/linux/Documentation$ grep -r practice * | wc -l 108 this patch converts "practise" to "practice". Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>