summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-23 19:12:23 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-23 19:12:23 +0200
commitbc311bea30e071bab1251f49a7b8115a829fb830 (patch)
treebbcc8d8a3307a21cad9167dbff9d90bbb245f6cc
parentadd framework link for quartz (diff)
downloadblueshift-bc311bea30e071bab1251f49a7b8115a829fb830.tar.gz
blueshift-bc311bea30e071bab1251f49a7b8115a829fb830.tar.bz2
blueshift-bc311bea30e071bab1251f49a7b8115a829fb830.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/blueshift_idcrtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blueshift_idcrtc.c b/src/blueshift_idcrtc.c
index 13cd5df..d0bb33f 100644
--- a/src/blueshift_idcrtc.c
+++ b/src/blueshift_idcrtc.c
@@ -215,7 +215,7 @@ int main(int argc, char** argv)
switch (out_reply->connection)
{
case XCB_RANDR_CONNECTION_CONNECTED:
- /* IF connectioned, do stuff! */
+ /* If connectioned, do stuff! */
{
xcb_randr_list_output_properties_cookie_t prop_cookie;
xcb_randr_list_output_properties_reply_t* prop_reply;