diff options
-rw-r--r-- | src/blueshift_iccprofile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blueshift_iccprofile.c b/src/blueshift_iccprofile.c index 68635d2..6c1833c 100644 --- a/src/blueshift_iccprofile.c +++ b/src/blueshift_iccprofile.c @@ -77,7 +77,7 @@ int main(int argc, char** argv) /* Get screen information */ - /* Acquire a list of all screens in the displaym */ + /* Acquire a list of all screens in the display, */ iter = xcb_setup_roots_iterator(xcb_get_setup(connection)); /* count the list, */ screen_count = iter.rem; |