From 3b40a83e0e0d7e533cacc7ac17818d030a641c69 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 12 Apr 2014 02:18:27 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blueshift_idcrtc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/blueshift_idcrtc.c b/src/blueshift_idcrtc.c index 794829e..90b2b1b 100644 --- a/src/blueshift_idcrtc.c +++ b/src/blueshift_idcrtc.c @@ -260,7 +260,7 @@ int main(int argc, char** argv) /* Get output atoms */ - /* Extract the properties for the data structure that holds them, */ + /* Extract the properties form the data structure that holds them, */ atoms = xcb_randr_list_output_properties_atoms(prop_reply); /* and get the last one so that we can iterate over them nicely. */ atoms_end = atoms + xcb_randr_list_output_properties_atoms_length(prop_reply); @@ -274,7 +274,7 @@ int main(int argc, char** argv) char* atom_name_; int atom_name_len; - /* Acuire the atom name. */ + /* Aqcuire 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); -- cgit v1.2.3-70-g09d2