From b7991e6a12027afc2b547a305b563489d6fd3dae Mon Sep 17 00:00:00 2001 From: Georg Jung Date: Fri, 13 Dec 2019 15:48:05 +0200 Subject: [PATCH] Fix typo --- WoL/Pages/AddHost.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WoL/Pages/AddHost.razor b/WoL/Pages/AddHost.razor index c6aa9f0..982e67c 100644 --- a/WoL/Pages/AddHost.razor +++ b/WoL/Pages/AddHost.razor @@ -118,7 +118,7 @@ catch (DllNotFoundException ex) { L.LogInformation(ex, $"DllNotFound during name resolution or determination of mac address. Page: {nameof(AddHost)}"); - Alert = "This operation is not supported on the operating system this application is running on. Adding hosts by hostname is currently not supported on linux due to the lack of an apropriate ARP API."; + Alert = "This operation is not supported on the operating system this application is running on. Adding hosts by hostname is currently not supported on linux due to the lack of an appropriate ARP API."; Creating = false; return; }