summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-28 13:27:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-03-29 15:16:44 -0400
commit2599c5aed36753e24f4b84647fb745bb03d4ff8f (patch)
tree03df89fb8621e97c51f2cc45c5972132b5f2c1ed
parentbca39e260505f93031587bc93074ca3802ab99bb (diff)
downloadgtk+-2599c5aed36753e24f4b84647fb745bb03d4ff8f.tar.gz
gsk: Typo fix
-rw-r--r--gsk/gskenums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gskenums.h b/gsk/gskenums.h
index 5b0afb78a3..fdea6d74a5 100644
--- a/gsk/gskenums.h
+++ b/gsk/gskenums.h
@@ -209,7 +209,7 @@ typedef enum {
*
* Also keep in mind that rounding errors may cause matrices to not
* conform to their categories. Otherwise, matrix operations done via
- * mutliplication will not worsen categories. So for the matrix
+ * multiplication will not worsen categories. So for the matrix
* multiplication `C = A * B`, `category(C) = MIN (category(A), category(B))`.
*/
typedef enum