Re: [PATCH 0/7] Fix typos found by codespell

2015-01-03 Thread Samuel Thibault
All applied, thanks! Samuel

Re: [PATCH 5/7] lib*: Fix typos in comments (found by codespell)

2015-01-03 Thread Samuel Thibault
Stefan Weil, le Sat 03 Jan 2015 10:16:10 +0100, a écrit : > Signed-off-by: Stefan Weil Applied, thanks! > --- > libpager/pager-attr.c | 2 +- > libpager/pager.h | 2 +- > libps/ps.h| 2 +- > libshouldbeinlibc/ugids.c | 2 +- > libstore/part.c | 2 +- > lib

[PATCH 2/7] console-client: Fix typos in comments

2015-01-03 Thread Stefan Weil
Signed-off-by: Stefan Weil --- console-client/bdf.c | 2 +- console-client/bdf.h | 2 +- console-client/xkb/README | 2 +- console-client/xkb/parser.y | 6 +++--- console-client/xkb/xkb.c | 6 +++--- console-client/xkb/xkb.h | 2 +- console-client/xkb/xkbdata.c

[PATCH 6/7] libshouldbeinlibc: Fix typo in local variable name

2015-01-03 Thread Stefan Weil
Signed-off-by: Stefan Weil --- libshouldbeinlibc/portxlate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libshouldbeinlibc/portxlate.c b/libshouldbeinlibc/portxlate.c index f78abbf..eb6abfb 100644 --- a/libshouldbeinlibc/portxlate.c +++ b/libshouldbeinlibc/portxlate.

[PATCH 5/7] lib*: Fix typos in comments (found by codespell)

2015-01-03 Thread Stefan Weil
Signed-off-by: Stefan Weil --- libpager/pager-attr.c | 2 +- libpager/pager.h | 2 +- libps/ps.h| 2 +- libshouldbeinlibc/ugids.c | 2 +- libstore/part.c | 2 +- libstore/remap.c | 2 +- libtreefs/treefs-hooks.h | 4 ++-- 7 files changed, 8 inserti

[PATCH 7/7] procfs: Fix typos in comments (found by codespell)

2015-01-03 Thread Stefan Weil
Signed-off-by: Stefan Weil --- procfs/TODO | 2 +- procfs/main.c| 2 +- procfs/process.c | 4 ++-- procfs/procfs.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/procfs/TODO b/procfs/TODO index 952d67b..90e4420 100644 --- a/procfs/TODO +++ b/procfs/TODO @@ -12,7

[PATCH 0/7] Fix typos found by codespell

2015-01-03 Thread Stefan Weil
[PATCH 1/7] aclocal.m4, configure.ac: Fix typos and grammar in [PATCH 2/7] console-client: Fix typos in comments [PATCH 3/7] console: Fix typos in comments [PATCH 4/7] misc: Fix typos in comments (found by codespell) [PATCH 5/7] lib*: Fix typos in comments (found by codespell) [PATCH 6/7] libshould

[PATCH 3/7] console: Fix typos in comments

2015-01-03 Thread Stefan Weil
Signed-off-by: Stefan Weil --- console/input.c | 2 +- console/input.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/console/input.c b/console/input.c index 91f21c1..c6f9974 100644 --- a/console/input.c +++ b/console/input.c @@ -82,7 +82,7 @@ void input_destroy (input_t i

[PATCH 1/7] aclocal.m4, configure.ac: Fix typos and grammar in comment (found by codespell)

2015-01-03 Thread Stefan Weil
Signed-off-by: Stefan Weil --- aclocal.m4 | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 8823289..4f091fb 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -135,7 +135,7 @@ fi[]dnl # to PKG_CHECK_MODULES(), but does not set

[PATCH 4/7] misc: Fix typos in comments (found by codespell)

2015-01-03 Thread Stefan Weil
Signed-off-by: Stefan Weil --- daemons/lmail.c| 2 +- fatfs/fat.h| 2 +- hurd/console.h | 2 +- hurd/io.defs | 2 +- mach-defpager/wiring.c | 2 +- random/gnupg-random.c | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/daemons/lmail.c