aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPENDENCIES2
-rw-r--r--libgamma-error.cc2
-rw-r--r--libgamma-error.hh2
-rw-r--r--libgamma-facade.cc2
-rw-r--r--libgamma-facade.hh2
-rw-r--r--libgamma-method.hh12
6 files changed, 10 insertions, 12 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index cc53a49..c8942e1 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -4,7 +4,6 @@ RUNTIME DEPENDENCIES:
libc++ (gcc-libc)
libc (glibc)
-
BUILD DEPENDENCIES:
libgamma>=0.7.4
@@ -14,7 +13,6 @@ BUILD DEPENDENCIES:
make
coreutils
-
INSTALL DEPENDENCIES:
make
diff --git a/libgamma-error.cc b/libgamma-error.cc
index f7cb5ee..6a13598 100644
--- a/libgamma-error.cc
+++ b/libgamma-error.cc
@@ -46,7 +46,7 @@ namespace libgamma
}
/**
- * Return the value of a `libgamma` error definition refered to by name
+ * Return the value of a `libgamma` error definition referred to by name
*
* @param name The name of the definition associated with the error code
* @return The error code, zero if the name is `nullptr`
diff --git a/libgamma-error.hh b/libgamma-error.hh
index 63189ee..a795489 100644
--- a/libgamma-error.hh
+++ b/libgamma-error.hh
@@ -64,7 +64,7 @@ namespace libgamma
std::string *name_of_error(int value);
/**
- * Return the value of a `libgamma` error definition refered to by name
+ * Return the value of a `libgamma` error definition referred to by name
*
* @param name The name of the definition associated with the error code
* @return The error code, zero if the name is `nullptr`
diff --git a/libgamma-facade.cc b/libgamma-facade.cc
index 9f2e457..ca6ed65 100644
--- a/libgamma-facade.cc
+++ b/libgamma-facade.cc
@@ -91,7 +91,7 @@ namespace libgamma
* the default site for an adjustment method
*
* @param method The adjustment method (display server and protocol)
- * @return The environ variables that is used to determine the
+ * @return The environment variables that is used to determine the
* default site. `nullptr` if there is none, that is, if
* the method does not support multiple sites.
* This value should not be `free`:d.
diff --git a/libgamma-facade.hh b/libgamma-facade.hh
index 331cad9..b45ba47 100644
--- a/libgamma-facade.hh
+++ b/libgamma-facade.hh
@@ -63,7 +63,7 @@ namespace libgamma
* the default site for an adjustment method
*
* @param method The adjustment method (display server and protocol)
- * @return The environ variables that is used to determine the
+ * @return The environment variables that is used to determine the
* default site. `nullptr` if there is none, that is, if
* the method does not support multiple sites
*/
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,