summaryrefslogtreecommitdiffstats
path: root/src/blueshift_iccprofile.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-02 11:39:36 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-02 11:39:36 +0200
commit40c020821b26f7589d6ea4dbdeb266efa0c8eeb9 (patch)
tree23c51da1b1743a9c847592815e4e0fa5d05e248a /src/blueshift_iccprofile.c
parentm (diff)
downloadblueshift-40c020821b26f7589d6ea4dbdeb266efa0c8eeb9.tar.gz
blueshift-40c020821b26f7589d6ea4dbdeb266efa0c8eeb9.tar.bz2
blueshift-40c020821b26f7589d6ea4dbdeb266efa0c8eeb9.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/blueshift_iccprofile.c2
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;