Skip to content

Commit d67d4f7

Browse files
authored
Fix typo: "aquire" -> "acquire" in SimulationOwnership comment (SubnauticaNitrox#2690)
1 parent 0368a3f commit d67d4f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Nitrox.Server.Subnautica/Models/GameLogic/SimulationOwnership.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public bool TryToAcquire(NitroxId id, Player player, SimulationLockType requeste
2424
{
2525
lock (playerLocksById)
2626
{
27-
// If no one is simulating then aquire a lock for this player
27+
// If no one is simulating then acquire a lock for this player
2828
if (!playerLocksById.TryGetValue(id, out PlayerLock playerLock))
2929
{
3030
playerLocksById[id] = new PlayerLock(player, requestedLock);

0 commit comments

Comments
 (0)