diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:35:03 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:35:03 +0100 |
| commit | 8927ffc9e4f01c1debfa09e9c845c507a797c83e (patch) | |
| tree | d1d7b1d94fe14dd5be7c3e67f7f29f380258bb3b /libgamma-method.hh | |
| parent | Update e-mail (diff) | |
| download | libgammamm-8927ffc9e4f01c1debfa09e9c845c507a797c83e.tar.gz libgammamm-8927ffc9e4f01c1debfa09e9c845c507a797c83e.tar.bz2 libgammamm-8927ffc9e4f01c1debfa09e9c845c507a797c83e.tar.xz | |
m fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libgamma-method.hh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libgamma-method.hh b/libgamma-method.hh index 26c3f04..6756e86 100644 --- a/libgamma-method.hh +++ b/libgamma-method.hh @@ -25,7 +25,7 @@ namespace libgamma * Site state * * On operating systems that integrate a graphical environment - * there is usually just one site. However, one systems with + * there is usually just one site. However, on systems with * pluggable graphics, like Unix-like systems such as GNU/Linux * and the BSD:s, there can usually be any (feasible) number of * sites. In X.org parlance they are called displays. @@ -36,7 +36,7 @@ namespace libgamma * Partition state * * Probably the majority of display server only one partition - * per site. However, X.org can, and traditional used to have + * per site. However, X.org can, and traditionally used to have * on multi-headed environments, multiple partitions per site. * In X.org partitions are called 'screens'. It is not to be * confused with monitor. A screen is a collection of monitors, @@ -229,7 +229,7 @@ namespace libgamma /** * The Extended Display Identification Data associated with * the attached monitor. This is raw byte array that is usually - * 128 bytes long. It is not NUL-terminate, rather its length + * 128 bytes long. It is not NUL-terminated, rather its length * is stored in `edid_length`. */ unsigned char *edid; @@ -610,7 +610,7 @@ namespace libgamma * Site state * * On operating systems that integrate a graphical environment - * there is usually just one site. However, one systems with + * there is usually just one site. However, on systems with * pluggable graphics, like Unix-like systems such as GNU/Linux * and the BSD:s, there can usually be any (feasible) number of * sites. In X.org parlance they are called displays. @@ -662,7 +662,7 @@ namespace libgamma /** * The number of partitions that is available on this site. * Probably the majority of display server only one partition - * per site. However, X.org can, and traditional used to have + * per site. However, X.org can, and traditionally used to have * on multi-headed environments, multiple partitions per site. * In X.org partitions are called 'screens'. It is not to be * confused with monitor. A screen is a collection of monitors, @@ -683,7 +683,7 @@ namespace libgamma * Partition state * * Probably the majority of display server only one partition - * per site. However, X.org can, and traditional used to have + * per site. However, X.org can, and traditionally used to have * on multi-headed environments, multiple partitions per site. * In X.org partitions are called 'screens'. It is not to be * confused with monitor. A screen is a collection of monitors, |
