From 899e2d681fd9064eeb7ed529a81a306879d411f5 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 27 Apr 2020 23:21:23 -0700 Subject: [PATCH] ui: Fix typo --- ui/xemu-hud.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/xemu-hud.cc b/ui/xemu-hud.cc index d4c13c2230..91c25d8626 100644 --- a/ui/xemu-hud.cc +++ b/ui/xemu-hud.cc @@ -856,7 +856,7 @@ public: ImGui::TextWrapped( "xemu socket networking works by sending and receiving packets over " "UDP which encapsulate the network traffic that the machine would " - "send or recieve when connected to a Local Area Network (LAN)." + "send or receive when connected to a Local Area Network (LAN)." ); ImGui::Dummy(ImVec2(0.0f, ImGui::GetStyle().WindowPadding.y)); @@ -883,7 +883,7 @@ public: ImGui::NextColumn(); ImGui::Text("Local Host"); - ImGui::SameLine(); HelpMarker("The local : to recieve packets on (e.g. 0.0.0.0:9368)"); + ImGui::SameLine(); HelpMarker("The local : to receive packets on (e.g. 0.0.0.0:9368)"); ImGui::NextColumn(); ImGui::SetNextItemWidth(w); if (is_enabled) ImGui::PushStyleVar(ImGuiStyleVar_Alpha, 0.6f);