Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Dec 13, 2019
1 parent eec2035 commit b7991e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WoL/Pages/AddHost.razor
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b7991e6

Please sign in to comment.