Skip to content

Commit 3219a7a

Browse files
author
Mikkel Sørensen
committed
Fixed typo
1 parent d10f90f commit 3219a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/Game/LootLockerSDKManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4705,7 +4705,7 @@ public static void BeginSteamPurchaseRedemptionForClass(int classId, string stea
47054705
});
47064706
}
47074707

4708-
[Obsolete("This function will be removed on a later date. Use QuerrySteamPurchaseRedemption instead.")]
4708+
[Obsolete("This function will be removed on a later date. Use QuerySteamPurchaseRedemption instead.")]
47094709
public static void BeginSteamPurchaseRedemption(string entitlementId, Action<LootLockerQuerySteamPurchaseRedemptionStatusResponse> onComplete)
47104710
{
47114711
if (!CheckInitialized())
@@ -4729,7 +4729,7 @@ public static void BeginSteamPurchaseRedemption(string entitlementId, Action<Loo
47294729
/// </summary>
47304730
/// <param name="entitlementId">The id of the entitlement to check the status for</param>
47314731
/// <param name="onComplete">onComplete Action for handling the response</param>
4732-
public static void QuerrySteamPurchaseRedemption(string entitlementId, Action<LootLockerQuerySteamPurchaseRedemptionStatusResponse> onComplete)
4732+
public static void QuerySteamPurchaseRedemption(string entitlementId, Action<LootLockerQuerySteamPurchaseRedemptionStatusResponse> onComplete)
47334733
{
47344734
if (!CheckInitialized())
47354735
{

0 commit comments

Comments
 (0)