summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-24 12:29:40 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-24 19:57:58 -0500
commitc33714521a0139529d1c3fa7223d72108f157b95 (patch)
tree4924629141f5cf4be24e70c6bf35e372d77dffea
parent1b73b50a5f95fefde3dad193835e68f72f844d04 (diff)
downloadpango-c33714521a0139529d1c3fa7223d72108f157b95.tar.gz
Cosmetics
-rw-r--r--pango/serializer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/serializer.c b/pango/serializer.c
index 576e6cf6..bf3e6595 100644
--- a/pango/serializer.c
+++ b/pango/serializer.c
@@ -805,8 +805,8 @@ fail:
return NULL;
}
- /* }}} */
- /* {{{ Public API */
+/* }}} */
+/* {{{ Public API */
/**
* pango_layout_serialize:
@@ -814,7 +814,7 @@ fail:
*
* Serializes the @layout for later deserialization via [method@Pango.Layout.deserialize].
*
- * There are no guarantees about the format of the output accross different
+ * There are no guarantees about the format of the output across different
* versions of Pango and [method@Pango.Layout.deserialize] will reject data
* that it cannot parse.
*