From 7658e30dfc986792e17b86dfcb63592f6df9edee Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Tue, 17 Mar 2009 21:20:58 +0000
Subject: * minor: remove compiler warning
---
OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'OpenSim/Region/Framework')
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
/// Async component for informing client of which neighbours exist
///
///
- /// This needs to run asynchronesously, as a network timeout may block the thread for a long while
+ /// This needs to run asynchronously, as a network timeout may block the thread for a long while
///
///
///
--
cgit v1.1