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.MySQL/MySQLUserData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Data.MySQL') diff --git a/OpenSim/Framework/Data.MySQL/MySQLUserData.cs b/OpenSim/Framework/Data.MySQL/MySQLUserData.cs index 6a7cf49..05e5127 100644 --- a/OpenSim/Framework/Data.MySQL/MySQLUserData.cs +++ b/OpenSim/Framework/Data.MySQL/MySQLUserData.cs @@ -363,7 +363,7 @@ namespace OpenSim.Framework.Data.MySQL /// Performs a money transfer request between two accounts /// /// The senders account ID - /// The recievers account ID + /// The receivers account ID /// The amount to transfer /// Success? public bool MoneyTransferRequest(LLUUID from, LLUUID to, uint amount) @@ -376,7 +376,7 @@ namespace OpenSim.Framework.Data.MySQL /// /// TODO: Move to inventory server /// The senders account ID - /// The recievers account ID + /// The receivers account ID /// The item to transfer /// Success? public bool InventoryTransferRequest(LLUUID from, LLUUID to, LLUUID item) -- cgit v1.1