From 34e7ca144d65d8cf06b439fc44cfb089a1759b4f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 9 Sep 2020 21:34:55 +1000 Subject: OpenSim dev typos -- --- OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/CoreModules') diff --git a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs index 22984ef..2560309 100644 --- a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs @@ -157,7 +157,7 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles return; } - // If we find ProfileURL then we configure for FULL support + // If we find ProfileServiceURL then we configure for FULL support // else we setup for BASIC support ProfileServerUri = profileConfig.GetString("ProfileServiceURL", ""); if (ProfileServerUri == "") -- cgit v1.1