Fixed typos (thx zzz)

This commit is contained in:
EinMByte 2015-08-02 17:14:36 +02:00
parent c10d0fdb7e
commit 8434863beb
2 changed files with 4 additions and 4 deletions

View file

@ -76,7 +76,7 @@ public:
// I2PControl specific
InvalidPassword = 32001,
NoToken = 32002,
NonexistantToken = 32003,
NonexistentToken = 32003,
ExpiredToken = 32004,
UnspecifiedVersion = 32005,
UnsupportedVersion = 32006