From a02dcbdb5a2822b687feb14db8d7715068b9342e Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 18 Jul 2021 19:48:16 +0200 Subject: [PATCH] Fix an...interesting spelling correction I might have accidentally hit `z=` at some point. --- src/wine-host/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wine-host/editor.cpp b/src/wine-host/editor.cpp index e58477dc..dc898eb9 100644 --- a/src/wine-host/editor.cpp +++ b/src/wine-host/editor.cpp @@ -372,7 +372,7 @@ Editor::Editor(MainContext& main_context, // reproduce, but if it doesn't work the first time, just keep // trying! // - // https://github.com/robot-vdh/yabridge/issues/40 + // https://github.com/robbert-vdh/yabridge/issues/40 xcb_reparent_window(x11_connection.get(), wine_window, parent_window, 0, 0); xcb_flush(x11_connection.get());