Re: [Qemu-devel] [PATCH 1/6] Add spelling exceptions for codespell

2011-12-10 Thread Stefan Weil
Am 10.12.2011 01:49, schrieb Andreas Färber: Am 10.12.2011 00:19, schrieb Stefan Weil: This file can be used with codespell to suppress wrong misspelling reports. Signed-off-by: Stefan Weil --- scripts/codespell.exclude | 215 + 1 files changed, 215

Re: [Qemu-devel] [PATCH 1/6] Add spelling exceptions for codespell

2011-12-09 Thread Andreas Färber
Am 10.12.2011 00:19, schrieb Stefan Weil: > This file can be used with codespell to suppress wrong > misspelling reports. > > Signed-off-by: Stefan Weil > --- > scripts/codespell.exclude | 215 > + > 1 files changed, 215 insertions(+), 0 deletions(-)

[Qemu-devel] [PATCH 1/6] Add spelling exceptions for codespell

2011-12-09 Thread Stefan Weil
This file can be used with codespell to suppress wrong misspelling reports. Signed-off-by: Stefan Weil --- scripts/codespell.exclude | 215 + 1 files changed, 215 insertions(+), 0 deletions(-) create mode 100644 scripts/codespell.exclude diff --git