diff options
author | Oren Hurvitz | 2014-07-08 12:49:58 +0300 |
---|---|---|
committer | Oren Hurvitz | 2014-07-21 09:15:05 +0100 |
commit | f94b3bbe0f934d42d4a73c4c16822687f7535fe4 (patch) | |
tree | 1ff4500984dfcd3265eca69deed4bb5805b412fa /OpenSim/Region/Framework | |
parent | Removed warning about YieldProlog (diff) | |
download | opensim-SC-f94b3bbe0f934d42d4a73c4c16822687f7535fe4.zip opensim-SC-f94b3bbe0f934d42d4a73c4c16822687f7535fe4.tar.gz opensim-SC-f94b3bbe0f934d42d4a73c4c16822687f7535fe4.tar.bz2 opensim-SC-f94b3bbe0f934d42d4a73c4c16822687f7535fe4.tar.xz |
Minor: changed "existant" to "existent"
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 |
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 | } |