diff --git a/virtscreen/xrandr.py b/virtscreen/xrandr.py index e0e5da7..9ebc090 100644 --- a/virtscreen/xrandr.py +++ b/virtscreen/xrandr.py @@ -72,7 +72,7 @@ class XRandR(SubprocessWrapper): def _add_screen_mode(self, width, height, portrait, hidpi) -> None: if not self.virt or not self.virt_name: raise RuntimeError("No virtual screen selected.\n" - "Go to Display->Virtual Display->Advaced\n" + "Go to Display->Virtual Display->Advanced\n" "To select a device.") # Set virtual screen property first self.virt.width = width