From 0b455d11e32e0f80ba6f43c2f94960abd67a6bc8 Mon Sep 17 00:00:00 2001 From: Stefano Soro Date: Sun, 24 Dec 2023 20:32:28 -0300 Subject: [PATCH] Fix typo in comment line --- .../MultiplayerSessions/Public/MultiplayerSessionsSubsystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/MultiplayerSessions/Source/MultiplayerSessions/Public/MultiplayerSessionsSubsystem.h b/Plugins/MultiplayerSessions/Source/MultiplayerSessions/Public/MultiplayerSessionsSubsystem.h index 4ba256c..c6bb980 100644 --- a/Plugins/MultiplayerSessions/Source/MultiplayerSessions/Public/MultiplayerSessionsSubsystem.h +++ b/Plugins/MultiplayerSessions/Source/MultiplayerSessions/Public/MultiplayerSessionsSubsystem.h @@ -9,7 +9,7 @@ #include "MultiplayerSessionsSubsystem.generated.h" // -// Delcaring our own custom delegates for the Menu class to bind callbacks to +// Declaring our own custom delegates for the Menu class to bind callbacks to // DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FMultiplayerOnCreateSessionComplete, bool, bWasSuccessful); DECLARE_MULTICAST_DELEGATE_TwoParams(FMultiplayerOnFindSessionsComplete, const TArray& SessionResults, bool bWasSuccessful);