Re[2]: Typos in the doc

2009-06-18 Thread Denis F. Latypoff
Hello Marc, Friday, June 19, 2009, 1:16:31 AM, you wrote: > On Thu, Jun 18, 2009 at 03:32:33PM +0200, Gabriel Kerneis > wrote: >> a few typos I spotted in the doc: > thanks, fixed! Another yet: "At start: - ev_timer_init (timer, callback); + ev_init (timer, callback); timer->repeat = 6

Re: Typos in the doc

2009-06-18 Thread Marc Lehmann
On Thu, Jun 18, 2009 at 03:32:33PM +0200, Gabriel Kerneis wrote: > a few typos I spotted in the doc: thanks, fixed! -- The choice of a Deliantra, the free code+content MORPG -==- _GNU_ http://www.deliantra.net ==-- _ generation

Typos in the doc

2009-06-18 Thread Gabriel Kerneis
Hi, a few typos I spotted in the doc: [http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod] * In "ASSOCIATING CUSTOM DATA WITH A WATCHER" struct my_biggy big = (struct my_biggy * (((char *)w) - offsetof (struct my_biggy, t1)); instead of: struct my_biggy big = (struct my_biggy