From: Phillip Berndt Date: Sun, 8 Mar 2015 17:16:53 +0000 (+0100) Subject: typo X-Git-Tag: 1.0~70 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=642ff4e4a7294a272fe7bf8bbf7f09b3e67fb450 typo --- diff --git a/autorandr.py b/autorandr.py index 2baa1b1..8053b12 100755 --- a/autorandr.py +++ b/autorandr.py @@ -466,7 +466,7 @@ def apply_configuration(configuration, dry_run=False): # disable the last two screens. This is a problem, so if this would happen, instead disable only # one screen in the first call below. if len(disable_outputs) > 0 and len(disable_outputs) % 2 == 0: - # In the context of a xrandr call that changes the display change, `--query' should do nothing + # In the context of a xrandr call that changes the display state, `--query' should do nothing disable_outputs.insert(0, ['--query']) # Enable the remaining outputs in pairs of two operations