From 2262b0cca91593a8ddc5331f63742d22821d2500 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Mon, 18 Sep 2023 12:58:06 -0700 Subject: [PATCH] another typo --- QSB/OwnershipSync/IOwnedWorldObject_Extensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QSB/OwnershipSync/IOwnedWorldObject_Extensions.cs b/QSB/OwnershipSync/IOwnedWorldObject_Extensions.cs index 71624c6a..c537bc38 100644 --- a/QSB/OwnershipSync/IOwnedWorldObject_Extensions.cs +++ b/QSB/OwnershipSync/IOwnedWorldObject_Extensions.cs @@ -8,7 +8,7 @@ public static class IOwnedWorldObject_Extensions /// /// try and gain ownership over the object /// - /// does nothing if object we cant own this object or there is already another owner + /// does nothing if we cant own this object or there is already another owner /// public static void RequestOwnership(this IOwnedWorldObject @this) {