diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index 20ac570..babac79 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -27,7 +27,7 @@ SDL_VIDEODRIVER=wayland ``` ## Java -Some Java awt applications would not display properly unless you set the following. +Some Java AWT applications would not display properly unless you set the following. ``` _JAVA_AWT_WM_NONREPARENTING=1` ```