From 2f3101e1d21bab45bfbd5cdfda33c9c03ac69f38 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 1 Feb 2019 18:43:39 +0000 Subject: typos, thx --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/Linden') diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index e35b463..b7d5a80 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -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; } -- cgit v1.1