diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/blueshift_idcrtc.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |