While grepping for "succeeded" in my LTP-lite results I noticed the different spelling.
According to my spell-checker integrated in Firefox v18.x the word "succeed" is written with double "e" correctly. Signed-off-by: Sedat Dilek <[email protected]> --- testcases/kernel/syscalls/flock/flock01.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testcases/kernel/syscalls/flock/flock01.c b/testcases/kernel/syscalls/flock/flock01.c index 9bf4db3..be2e249 100644 --- a/testcases/kernel/syscalls/flock/flock01.c +++ b/testcases/kernel/syscalls/flock/flock01.c @@ -31,7 +31,7 @@ * (See the parse_opts(3) man page). * * DESCRIPTION - * Test to verify flock(2) succeds with all kind of locks. + * Test to verify flock(2) succeeds with all kind of locks. * Intends to provide a limited exposure of system call. * $ * Setup: @@ -126,7 +126,7 @@ int main(int argc, char **argv) continue; /*next loop for MTKERNEL */ } else { tst_resm(TPASS, - "flock() succeded with %s, returned error number=%d", + "flock() succeeded with %s, returned error number=%d", test_cases[i].opt, TEST_ERRNO); } -- 1.8.1.1 ------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612 _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
