Skip to content

Commit 842809e

Browse files
committed
Fixed typo
1 parent 8f6dfca commit 842809e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Client/LootLockerServerRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static T Serialize<T>(LootLockerResponse serverResponse)
8383
{
8484
if (serverResponse == null)
8585
{
86-
return new T() { success = false, Error = "Unkown error, please check your internet connection." };
86+
return new T() { success = false, Error = "Unknown error, please check your internet connection." };
8787
}
8888
else if (!string.IsNullOrEmpty(serverResponse.Error))
8989
{

0 commit comments

Comments
 (0)