Correct a minor typo

0.6.6-post-fixes
Melanie Thielker 2009-05-25 21:15:14 +00:00
parent cb704ecde1
commit c7a2632500
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}