From 6702b0373371fd2a546a580ad82f5cc175fa29e0 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 19 Dec 2007 08:44:25 +0000 Subject: Misc. cleanup: * added Util.Clip(value, min, max) * modified asset cache's numPackets calculation to use max packet size (600) instead of 1000 * removed a few magic numbers --- OpenSim/Framework/Data/GridData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Data') diff --git a/OpenSim/Framework/Data/GridData.cs b/OpenSim/Framework/Data/GridData.cs index 1aebbda..7864dda 100644 --- a/OpenSim/Framework/Data/GridData.cs +++ b/OpenSim/Framework/Data/GridData.cs @@ -79,12 +79,12 @@ namespace OpenSim.Framework.Data List GeneratePickerResults(LLUUID queryID, string query); /// - /// Authenticates a sim by use of it's recv key. + /// Authenticates a sim by use of its recv key. /// WARNING: Insecure /// /// The UUID sent by the sim /// The regionhandle sent by the sim - /// The recieving key sent by the sim + /// The receiving key sent by the sim /// Whether the sim has been authenticated bool AuthenticateSim(LLUUID UUID, ulong regionHandle, string simrecvkey); -- cgit v1.1