> Date: Sat, 2 Apr 2016 17:03:13 +0100 > From: Eric Engestrom <[email protected]> > To: [email protected] > Cc: Eric Engestrom <[email protected]> > Subject: [PATCH weston 1/3] zunitc: fix spelling mistake > Message-ID: <[email protected]> > > Signed-off-by: Eric Engestrom <[email protected]> > --- > tools/zunitc/inc/zunitc/zunitc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/zunitc/inc/zunitc/zunitc.h > b/tools/zunitc/inc/zunitc/zunitc.h > index 0fa78e3..6ac6f39 100644 > --- a/tools/zunitc/inc/zunitc/zunitc.h > +++ b/tools/zunitc/inc/zunitc/zunitc.h > @@ -189,7 +189,7 @@ zuc_list_tests(void); > * character will match any sequence and the '?' character will match any > * single character. > * The '-' character at the start of a pattern marks the end of the > - * patterns required to match and the begining of patterns that names > + * patterns required to match and the beginning of patterns that names > * must not match. > * Defaults to use all tests. > * > -- > 2.8.0
Looks good, thanks. (Note that I am a novice reviewer.) yong _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
