aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorOren Hurvitz2014-07-08 12:49:58 +0300
committerOren Hurvitz2014-07-21 09:15:05 +0100
commitf94b3bbe0f934d42d4a73c4c16822687f7535fe4 (patch)
tree1ff4500984dfcd3265eca69deed4bb5805b412fa /OpenSim/Region/Framework
parentRemoved warning about YieldProlog (diff)
downloadopensim-SC_OLD-f94b3bbe0f934d42d4a73c4c16822687f7535fe4.zip
opensim-SC_OLD-f94b3bbe0f934d42d4a73c4c16822687f7535fe4.tar.gz
opensim-SC_OLD-f94b3bbe0f934d42d4a73c4c16822687f7535fe4.tar.bz2
opensim-SC_OLD-f94b3bbe0f934d42d4a73c4c16822687f7535fe4.tar.xz
Minor: changed "existant" to "existent"
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneGraph.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
index 1fdcfd2..3678c7e 100644
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -1906,7 +1906,7 @@ namespace OpenSim.Region.Framework.Scenes
1906 if (original == null) 1906 if (original == null)
1907 { 1907 {
1908 m_log.WarnFormat( 1908 m_log.WarnFormat(
1909 "[SCENEGRAPH]: Attempt to duplicate nonexistant prim id {0} by {1}", originalPrimID, AgentID); 1909 "[SCENEGRAPH]: Attempt to duplicate nonexistent prim id {0} by {1}", originalPrimID, AgentID);
1910 1910
1911 return null; 1911 return null;
1912 } 1912 }