From de3421b408a1dc972a57b088f2b65014daab09c9 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Sat, 2 Aug 2014 08:20:12 -0400 Subject: [PATCH] Fix typo in log message --- .../Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs index 91226ae715..9f1eb88885 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs @@ -86,7 +86,7 @@ namespace OpenSim.Region.ClientStack.Linden if (string.IsNullOrEmpty(featuresURI)) { - m_log.Info("ExtraFeaturesServiceURI is undefined. The grid's ExtraFeatures will not be available to regions in this instnace."); + m_log.Info("ExtraFeaturesServiceURI is undefined. The grid's ExtraFeatures will not be available to regions in this instance."); } else {