We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd5b90 commit 8951c6fCopy full SHA for 8951c6f
src/IAuthClient.cs
@@ -8,9 +8,9 @@
8
namespace OsmSharp.IO.API
9
{
10
/// <summary>
11
- /// Authenticationed OSM API Client
+ /// Authenticated OSM API Client
12
/// </summary>
13
- public interface IAuthClient
+ public interface IAuthClient : INonAuthClient
14
15
16
/// Create a Changeset, it is better to use <see cref="UploadChangeset(long, OsmChange)"/>
0 commit comments