diff --git a/OpenSim.Framework/Remoting.cs b/OpenSim.Framework/Remoting.cs index 12208fa995..1212ee5cc8 100644 --- a/OpenSim.Framework/Remoting.cs +++ b/OpenSim.Framework/Remoting.cs @@ -73,7 +73,7 @@ namespace OpenSim.Framework } /// - /// Generates a new challenge string to be issued to a foreign host. Challenges are 1024-bit messages generated using the Crytographic Random Number Generator. + /// Generates a new challenge string to be issued to a foreign host. Challenges are 1024-bit (effective strength of less than 512-bits) messages generated using the Crytographic Random Number Generator. /// /// A 128-character hexadecimal string containing the challenge. public static string GenerateChallenge()