zunitc: fix spelling mistake

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Eric Engestrom 2016-04-02 17:03:13 +01:00 committed by Bryce Harrington
parent f8cdb24959
commit 11a7a4bc30
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*