ufairiya / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

example wiki typo #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
fairly unimportant, but:

in: http://code.google.com/p/mongoose/wiki/EmbeddingMongoose

static void bar(struct mg_connection *conn, struct mg_requst_info *ri, void
*data)
should be:
static void bar(struct mg_connection *conn, const struct mg_request_info
*ri, void *data)

The typo took only a few minutes to find but reduced the copy paste value
of it.   

So you know, I'm using mongoose in two different projects of mine and I
love it!  Thanks a serious amount for making something so awesome!

Original issue reported on code.google.com by kbrani...@gmail.com on 9 Feb 2009 at 8:08

GoogleCodeExporter commented 9 years ago
Fixed, thanks

Original comment by valenok on 9 Feb 2009 at 9:41

GoogleCodeExporter commented 9 years ago
sorry to be a nuisance, but the typo actually was mg_requst_info instead of
mg_request_info

Original comment by kbrani...@gmail.com on 9 Feb 2009 at 10:17

GoogleCodeExporter commented 9 years ago
Ah. right. I though it was the lack of const-ness. Fixed.

Original comment by valenok on 9 Feb 2009 at 10:19