Skip to content

Commit

Permalink
[Cleanup] Fixed a typo in Zoning.cpp (#4515)
Browse files Browse the repository at this point in the history
* Fixed a typo in Zoning.cpp changed reguest to request.

* Update zoning.cpp

---------

Co-authored-by: Alex King <89047260+Kinglykrab@users.noreply.github.com>
  • Loading branch information
carolus21rex and Kinglykrab authored Oct 20, 2024
1 parent be42b73 commit 311af7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zone/zoning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 311af7b

Please sign in to comment.