Fix an...interesting spelling correction

I might have accidentally hit `z=` at some point.
This commit is contained in:
Robbert van der Helm
2021-07-18 19:48:16 +02:00
parent 28ab46e3c1
commit a02dcbdb5a
+1 -1
View File
@@ -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());