public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] flock/flock01.c: Trivial: Fix spelling of "succeed"
@ 2013-01-16 14:54 Sedat Dilek
  2013-01-16 15:35 ` chrubis
  0 siblings, 1 reply; 4+ messages in thread
From: Sedat Dilek @ 2013-01-16 14:54 UTC (permalink / raw)
  To: ltp-list

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 <sedat.dilek@gmail.com>
---
 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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [LTP] [PATCH] flock/flock01.c: Trivial: Fix spelling of "succeed"
  2013-01-16 14:54 [LTP] [PATCH] flock/flock01.c: Trivial: Fix spelling of "succeed" Sedat Dilek
@ 2013-01-16 15:35 ` chrubis
       [not found]   ` <CA+icZUXc7a9r7hi4-+j9Q6U7EJocgsv5cctO7k91fWawfX413g@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: chrubis @ 2013-01-16 15:35 UTC (permalink / raw)
  To: Sedat Dilek; +Cc: ltp-list

Hi!
> 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 <sedat.dilek@gmail.com>

Applied, thanks.

(note that it has been commited into the github repo and should be
 synced into the sf.net repo in less than hour)

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] [PATCH] flock/flock01.c: Trivial: Fix spelling of "succeed"
       [not found]   ` <CA+icZUXc7a9r7hi4-+j9Q6U7EJocgsv5cctO7k91fWawfX413g@mail.gmail.com>
@ 2013-01-16 15:57     ` chrubis
  2013-01-16 16:05       ` chrubis
  0 siblings, 1 reply; 4+ messages in thread
From: chrubis @ 2013-01-16 15:57 UTC (permalink / raw)
  To: Sedat Dilek; +Cc: ltp-list

Hi!
> > Applied, thanks.
> >
> > (note that it has been commited into the github repo and should be
> >  synced into the sf.net repo in less than hour)
> >
> 
> Can you please mention the GitHub repo [0] as an alternative in the
> "Code" section @ sf.net [1]?

I'm not sure if this page could be changed at all. My guess is that it
couldn't but I will give it a try.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] [PATCH] flock/flock01.c: Trivial: Fix spelling of "succeed"
  2013-01-16 15:57     ` chrubis
@ 2013-01-16 16:05       ` chrubis
  0 siblings, 0 replies; 4+ messages in thread
From: chrubis @ 2013-01-16 16:05 UTC (permalink / raw)
  To: Sedat Dilek; +Cc: ltp-list

Hi!
> > Can you please mention the GitHub repo [0] as an alternative in the
> > "Code" section @ sf.net [1]?
> 
> I'm not sure if this page could be changed at all. My guess is that it
> couldn't but I will give it a try.

I've found a knob to change the the SCM instructions but it does so for
both CVS and GIT, which is unfortunate as the CVS is used for lcov.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-16 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 14:54 [LTP] [PATCH] flock/flock01.c: Trivial: Fix spelling of "succeed" Sedat Dilek
2013-01-16 15:35 ` chrubis
     [not found]   ` <CA+icZUXc7a9r7hi4-+j9Q6U7EJocgsv5cctO7k91fWawfX413g@mail.gmail.com>
2013-01-16 15:57     ` chrubis
2013-01-16 16:05       ` chrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox