typos, thx

This commit is contained in:
UbitUmarov
2019-02-01 18:43:39 +00:00
parent 75e48610e7
commit 2f3101e1d2
2 changed files with 2 additions and 2 deletions

View File

@@ -10174,7 +10174,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
double now = Util.GetTimeStamp();
if (now - m_lastMapRegenTime < 120) // 2 minutes global cool down
{
SendAlertMessage("Please wait at least 2 minutes between map generation comand");
SendAlertMessage("Please wait at least 2 minutes between map generation commands");
return true;
}