diff --git a/zone/zoning.cpp b/zone/zoning.cpp index 7b3f70962..225d21a91 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; } }