frog0214 / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

"async" misspelled in 2 method names (QueryFeedAync, QueryStreamAync) of Service class under trunk/clients/cs/src/core/asyncservice.cs #645

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed this because i was using intellisense and typed in "async" and the 
methods didn't show up - I had to look closer to realize they were missing a 
letter. :)

https://code.google.com/p/google-gdata/source/search?q=aync&btnG=Search+Trunk

Might be more trouble than it's worth to fix since it's part of a public API, 
but wanted to file in case.

Original issue reported on code.google.com by james.ma...@gmail.com on 29 Jan 2013 at 7:32