diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserAccountService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/Interfaces/IUserAccountService.cs b/OpenSim/Services/Interfaces/IUserAccountService.cs index a45bf8c..befd14e 100644 --- a/OpenSim/Services/Interfaces/IUserAccountService.cs +++ b/OpenSim/Services/Interfaces/IUserAccountService.cs | |||
@@ -150,10 +150,10 @@ namespace OpenSim.Services.Interfaces | |||
150 | List<UserAccount> GetUserAccounts(UUID scopeID, string query); | 150 | List<UserAccount> GetUserAccounts(UUID scopeID, string query); |
151 | 151 | ||
152 | /// <summary> | 152 | /// <summary> |
153 | /// Store the data given, wich replaces the sotred data, therefore must be complete. | 153 | /// Store the data given, wich replaces the stored data, therefore must be complete. |
154 | /// </summary> | 154 | /// </summary> |
155 | /// <param name="data"></param> | 155 | /// <param name="data"></param> |
156 | /// <returns></returns> | 156 | /// <returns></returns> |
157 | bool StoreUserAccount(UserAccount data); | 157 | bool StoreUserAccount(UserAccount data); |
158 | } | 158 | } |
159 | } \ No newline at end of file | 159 | } |