diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-12 02:18:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-12 02:18:46 +0200 |
commit | 3b40a83e0e0d7e533cacc7ac17818d030a641c69 (patch) | |
tree | d1919088fdea00f128f556039d5682d528ee8375 /src | |
parent | m doc (diff) | |
download | blueshift-3b40a83e0e0d7e533cacc7ac17818d030a641c69.tar.gz blueshift-3b40a83e0e0d7e533cacc7ac17818d030a641c69.tar.bz2 blueshift-3b40a83e0e0d7e533cacc7ac17818d030a641c69.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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); |