From: Jeremiah Mahler Date: Thu, 22 May 2014 07:04:26 +0000 (-0700) Subject: doc: replace "practise" with "practice" in Documentation X-Git-Tag: cleanup-for-v3.18~98^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305af08c5398bab6c7029da53eb15d85a53eef0e;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed