summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*