mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Correct a minor typo
This commit is contained in:
@@ -9,6 +9,6 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
bool VerifyKey(UUID userID, string key);
|
||||
|
||||
bool VerifySession(UUID iserID, UUID sessionID);
|
||||
bool VerifySession(UUID userID, UUID sessionID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user