1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Fix typo "advaced"

This commit is contained in:
Andy 2019-10-04 17:20:19 +02:00 committed by GitHub
parent 9637d62816
commit fbd71ac0ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ class XRandR(SubprocessWrapper):
def _add_screen_mode(self, width, height, portrait, hidpi) -> None: def _add_screen_mode(self, width, height, portrait, hidpi) -> None:
if not self.virt or not self.virt_name: if not self.virt or not self.virt_name:
raise RuntimeError("No virtual screen selected.\n" 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.") "To select a device.")
# Set virtual screen property first # Set virtual screen property first
self.virt.width = width self.virt.width = width