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 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
