From fbd71ac0acc12c8a0cfa471d3647cc925bb24bfd Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 4 Oct 2019 17:20:19 +0200 Subject: [PATCH] Fix typo "advaced" --- virtscreen/xrandr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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