diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-24 21:56:56 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-24 21:56:56 +0200 |
commit | 2cccb271f8e5dcf6c56449f769924c9ee28ee997 (patch) | |
tree | d93d9f74f17c50bf81078826a47829477085eb55 /src | |
parent | typo (diff) | |
download | blueshift-2cccb271f8e5dcf6c56449f769924c9ee28ee997.tar.gz blueshift-2cccb271f8e5dcf6c56449f769924c9ee28ee997.tar.bz2 blueshift-2cccb271f8e5dcf6c56449f769924c9ee28ee997.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/blueshift_idcrtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blueshift_idcrtc.c b/src/blueshift_idcrtc.c index 903f4ea..8e41c11 100644 --- a/src/blueshift_idcrtc.c +++ b/src/blueshift_idcrtc.c @@ -133,7 +133,7 @@ int main(int argc, char** argv) xcb_randr_crtc_t* crtcs; int output_i; - /* We have acquired the screen, got to next in preperate for next iteration. */ + /* We have acquired the screen, go to next in preperation for next iteration. */ xcb_screen_next(&iter); /* Print the screen index. */ |