Correct a minor typo
parent
cb704ecde1
commit
c7a2632500
|
@ -9,6 +9,6 @@ namespace OpenSim.Services.Interfaces
|
||||||
|
|
||||||
bool VerifyKey(UUID userID, string key);
|
bool VerifyKey(UUID userID, string key);
|
||||||
|
|
||||||
bool VerifySession(UUID iserID, UUID sessionID);
|
bool VerifySession(UUID userID, UUID sessionID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue