From 311af7bbe9c0203711ccd53f389ac1ba00807e13 Mon Sep 17 00:00:00 2001
From: carolus21rex <85852042+carolus21rex@users.noreply.github.com>
Date: Sat, 19 Oct 2024 21:59:10 -0400
Subject: [PATCH] [Cleanup] Fixed a typo in Zoning.cpp (#4515)

* Fixed a typo in Zoning.cpp changed reguest to request.

* Update zoning.cpp

---------

Co-authored-by: Alex King <89047260+Kinglykrab@users.noreply.github.com>
---
 zone/zoning.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zone/zoning.cpp b/zone/zoning.cpp
index 7b3f709621..225d21a91c 100644
--- a/zone/zoning.cpp
+++ b/zone/zoning.cpp
@@ -737,7 +737,7 @@ void Client::ProcessMovePC(uint32 zoneID, uint32 instance_id, float x, float y,
 			ZonePC(zoneID, instance_id, x, y, z, heading, ignorerestrictions, zm);
 			break;
 		default:
-			LogError("Client::ProcessMovePC received a reguest to perform an unsupported client zone operation");
+			LogError("Received a request to perform an unsupported client zone operation");
 			break;
 	}
 }