mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Minor: changed "existant" to "existent"
This commit is contained in:
@@ -1906,7 +1906,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (original == null)
|
||||
{
|
||||
m_log.WarnFormat(
|
||||
"[SCENEGRAPH]: Attempt to duplicate nonexistant prim id {0} by {1}", originalPrimID, AgentID);
|
||||
"[SCENEGRAPH]: Attempt to duplicate nonexistent prim id {0} by {1}", originalPrimID, AgentID);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user