diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-02 11:39:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-02 11:39:36 +0200 |
commit | 40c020821b26f7589d6ea4dbdeb266efa0c8eeb9 (patch) | |
tree | 23c51da1b1743a9c847592815e4e0fa5d05e248a /src | |
parent | m (diff) | |
download | blueshift-40c020821b26f7589d6ea4dbdeb266efa0c8eeb9.tar.gz blueshift-40c020821b26f7589d6ea4dbdeb266efa0c8eeb9.tar.bz2 blueshift-40c020821b26f7589d6ea4dbdeb266efa0c8eeb9.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-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; |