diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs index 28ea8b0..2fe005d 100644 --- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | |||
@@ -274,7 +274,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
274 | /// Async component for informing client of which neighbours exist | 274 | /// Async component for informing client of which neighbours exist |
275 | /// </summary> | 275 | /// </summary> |
276 | /// <remarks> | 276 | /// <remarks> |
277 | /// This needs to run asynchronesously, as a network timeout may block the thread for a long while | 277 | /// This needs to run asynchronously, as a network timeout may block the thread for a long while |
278 | /// </remarks> | 278 | /// </remarks> |
279 | /// <param name="remoteClient"></param> | 279 | /// <param name="remoteClient"></param> |
280 | /// <param name="a"></param> | 280 | /// <param name="a"></param> |