summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2023-06-17 10:01:39 +0000
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2023-06-17 10:01:39 +0000
commit0d5a93ee6bac0a497bf7cfe1660b4023f8eb3862 (patch)
tree68d4bf8e8af396ce47487af19e2211563028e1c1
parent75a7a04edffe5caf501d18428e4b6a5ceff90a91 (diff)
parenta2e23a8cdc00ba375965b7eb98e8dd6513b812f5 (diff)
Merge branch 'dboles/teh' into 'master'
context: Fix typos of "teh" to "the" + missing "a" See merge request cairo/cairomm!26
-rw-r--r--cairomm/context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cairomm/context.h b/cairomm/context.h
index 20f1e7b..388843f 100644
--- a/cairomm/context.h
+++ b/cairomm/context.h
@@ -191,12 +191,12 @@ public:
BUTT = CAIRO_LINE_CAP_BUTT,
/**
- * Use a round ending, the center of teh circle is teh end point
+ * Use a round ending, the center of the circle is the end point
*/
ROUND = CAIRO_LINE_CAP_ROUND,
/**
- * Use squared ending, the center of teh square is the end point
+ * Use a squared ending, the center of the square is the end point
*/
SQUARE = CAIRO_LINE_CAP_SQUARE
};
@@ -214,7 +214,7 @@ public:
MITER = CAIRO_LINE_JOIN_MITER,
/**
- * Use a rounded join, the center of teh circle is the joint point
+ * Use a rounded join, the center of the circle is the joint point
*/
ROUND = CAIRO_LINE_JOIN_ROUND,