summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-24 16:50:10 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-24 16:50:10 +0200
commit1d17960ee8fbee0671d37f58d4d23a2d26c97b3f (patch)
tree999f520dd6c00fa311f1488b2266ee2082ef1f6c
parentupdate limitations with the aur package for hwcusor patch (diff)
downloadblueshift-1d17960ee8fbee0671d37f58d4d23a2d26c97b3f.tar.gz
blueshift-1d17960ee8fbee0671d37f58d4d23a2d26c97b3f.tar.bz2
blueshift-1d17960ee8fbee0671d37f58d4d23a2d26c97b3f.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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 b7dc26a..903f4ea 100644
--- a/src/blueshift_idcrtc.c
+++ b/src/blueshift_idcrtc.c
@@ -274,7 +274,7 @@ int main(int argc, char** argv)
char* atom_name_;
int atom_name_len;
- /* Aqcuire the atom name. */
+ /* Acquire the atom name. */
atom_name_cookie = xcb_get_atom_name(connection, *atoms);
atom_name_reply = xcb_get_atom_name_reply(connection, atom_name_cookie, &error);