aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs
diff options
context:
space:
mode:
authorOren Hurvitz2014-07-08 12:49:58 +0300
committerJustin Clark-Casey2014-08-02 00:56:37 +0100
commite16403db80da7189eb534d5c3e06a6ca03570d4e (patch)
treeebd32ea38a89c9d63621870cb2f84e34bb41fa70 /OpenSim/Region/Framework/Scenes/SceneGraph.cs
parentRemoved warning about YieldProlog (diff)
downloadopensim-SC_OLD-e16403db80da7189eb534d5c3e06a6ca03570d4e.zip
opensim-SC_OLD-e16403db80da7189eb534d5c3e06a6ca03570d4e.tar.gz
opensim-SC_OLD-e16403db80da7189eb534d5c3e06a6ca03570d4e.tar.bz2
opensim-SC_OLD-e16403db80da7189eb534d5c3e06a6ca03570d4e.tar.xz
Minor: changed "existant" to "existent"
Diffstat (limited to '')
-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 }