diff options
Diffstat (limited to '')
-rw-r--r-- | src/blueshift_idcrtc.c | 2 |
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); |