aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IAuthenticationService.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-25 21:15:14 +0000
committerMelanie Thielker2009-05-25 21:15:14 +0000
commitc7a2632500e55901aab327a1ef60e06b9341335b (patch)
treefb9be2ed3659eb2e50cd5142fff89a9c3e561ad8 /OpenSim/Services/Interfaces/IAuthenticationService.cs
parentBeginning of refactoring RESTComms/LocalComms in the new style of services an... (diff)
downloadopensim-SC_OLD-c7a2632500e55901aab327a1ef60e06b9341335b.zip
opensim-SC_OLD-c7a2632500e55901aab327a1ef60e06b9341335b.tar.gz
opensim-SC_OLD-c7a2632500e55901aab327a1ef60e06b9341335b.tar.bz2
opensim-SC_OLD-c7a2632500e55901aab327a1ef60e06b9341335b.tar.xz
Correct a minor typo
Diffstat (limited to 'OpenSim/Services/Interfaces/IAuthenticationService.cs')
-rw-r--r--OpenSim/Services/Interfaces/IAuthenticationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IAuthenticationService.cs b/OpenSim/Services/Interfaces/IAuthenticationService.cs
index 25ceaa6..3c46a97 100644
--- a/OpenSim/Services/Interfaces/IAuthenticationService.cs
+++ b/OpenSim/Services/Interfaces/IAuthenticationService.cs
@@ -9,6 +9,6 @@ namespace OpenSim.Services.Interfaces
9 9
10 bool VerifyKey(UUID userID, string key); 10 bool VerifyKey(UUID userID, string key);
11 11
12 bool VerifySession(UUID iserID, UUID sessionID); 12 bool VerifySession(UUID userID, UUID sessionID);
13 } 13 }
14} 14}