libpurple/purplemarkup.h

changeset 41083
590d533cf290
parent 40584
6f198a69ac48
child 41207
d91e963b0a1c
--- a/libpurple/purplemarkup.h	Thu Oct 07 22:28:08 2021 -0500
+++ b/libpurple/purplemarkup.h	Sun Oct 10 02:52:05 2021 -0500
@@ -148,10 +148,9 @@
 /**
  * purple_markup_slice:
  * @str: The input NUL terminated, HTML, UTF-8 (or ASCII) string.
- * @x: The character offset into an unformatted version of str to
- *          begin at.
- * @y: The character offset (into an unformatted vesion of str) of
- *          one past the last character to include in the slice.
+ * @x: The character offset into an unformatted version of str to begin at.
+ * @y: The character offset (into an unformatted version of str) of one past
+ *     the last character to include in the slice.
  *
  * Returns a newly allocated substring of the HTML UTF-8 string "str".
  * The markup is preserved such that the substring will have the same

mercurial