From bcea21191b7c01c5daf0da72db68c507f90627dc Mon Sep 17 00:00:00 2001 From: mischa Date: Wed, 8 Nov 2023 10:27:23 +0100 Subject: [PATCH] fix: EdgegapPlugin typo --- Assets/Mirror/Hosting/Edgegap/Editor/EdgegapWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Hosting/Edgegap/Editor/EdgegapWindow.cs b/Assets/Mirror/Hosting/Edgegap/Editor/EdgegapWindow.cs index da4d16e0b..2d1e10d08 100755 --- a/Assets/Mirror/Hosting/Edgegap/Editor/EdgegapWindow.cs +++ b/Assets/Mirror/Hosting/Edgegap/Editor/EdgegapWindow.cs @@ -904,7 +904,7 @@ public VisualElement GetServerDataVisualTree() } else { - serverDataTree.Add(GetInfoText("Additionnal information will be displayed when the server is ready.")); + serverDataTree.Add(GetInfoText("Additional information will be displayed when the server is ready.")); } } else