diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-02 17:03:13 +0100 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-04-05 16:00:15 -0700 |
commit | 11a7a4bc30ef5907c134a61c52797f3cf9218a8d (patch) | |
tree | 371e90271677c7374016130f2a8016ace46aee9e /tools | |
parent | f8cdb24959cf8d3f19934ee43810a5c1a48a4f21 (diff) |
zunitc: fix spelling mistake
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/zunitc/inc/zunitc/zunitc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/zunitc/inc/zunitc/zunitc.h b/tools/zunitc/inc/zunitc/zunitc.h index 0fa78e3d..6ac6f391 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. * |