fixing typo commit message has a typo :)
interesting.
this is not offensive mail though hermet.

Daniel Juyung Seo (SeoZ)
On Oct 5, 2011 8:13 PM, "Enlightenment SVN" <[email protected]>
wrote:
> Log:
> elementary/exmaples - fixed typo
>
>
>
> Author: hermet
> Date: 2011-10-05 04:13:06 -0700 (Wed, 05 Oct 2011)
> New Revision: 63838
> Trac: http://trac.enlightenment.org/e/changeset/63838
>
> Modified:
> trunk/elementary/src/examples/efl_thread_4.c
trunk/elementary/src/examples/efl_thread_5.c
>
> Modified: trunk/elementary/src/examples/efl_thread_4.c
> ===================================================================
> --- trunk/elementary/src/examples/efl_thread_4.c 2011-10-05 10:44:28 UTC
(rev 63837)
> +++ trunk/elementary/src/examples/efl_thread_4.c 2011-10-05 11:13:06 UTC
(rev 63838)
> @@ -40,7 +40,7 @@
> // and sleep and loop
> usleep(1000);
> t += 0.02;
> - // in case someone has asked us to cancel - then cacnel this loop
> + // in case someone has asked us to cancel - then cancel this loop
> // co-operatively (cancelling is co-operative)
> pthread_mutex_lock(&th_lock);
> do_exit = th_exit;
>
> Modified: trunk/elementary/src/examples/efl_thread_5.c
> ===================================================================
> --- trunk/elementary/src/examples/efl_thread_5.c 2011-10-05 10:44:28 UTC
(rev 63837)
> +++ trunk/elementary/src/examples/efl_thread_5.c 2011-10-05 11:13:06 UTC
(rev 63838)
> @@ -33,7 +33,7 @@
> // and sleep and loop
> usleep(1000);
> t += 0.02;
> - // in case someone has asked us to cancel - then cacnel this loop
> + // in case someone has asked us to cancel - then cancel this loop
> // co-operatively (cancelling is co-operative)
> if (ecore_thread_check(th)) break;
> }
>
>
>
------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to