Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example wiki typo #15

Closed
GoogleCodeExporter opened this issue Nov 13, 2015 · 3 comments
Closed

example wiki typo #15

GoogleCodeExporter opened this issue Nov 13, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Fixed, thanks

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

Ah. right. I though it was the lack of const-ness. Fixed.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant