summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-13 21:22:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-08-14 12:57:57 -0400
commit318a5b53f7cc9e75196899cb5d2619ded0cd5546 (patch)
tree9f9a65be74c357afce8612a3b5d88cd18ced85f8
parent1fe467589cbd6b407eabe6fbb8a8b2cd4beedc1b (diff)
downloadpango-318a5b53f7cc9e75196899cb5d2619ded0cd5546.tar.gz
Fix a doc typo
-rw-r--r--pango/pango-attributes.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h
index f60806f4..6202861a 100644
--- a/pango/pango-attributes.h
+++ b/pango/pango-attributes.h
@@ -196,17 +196,17 @@ typedef enum
* @PANGO_UNDERLINE_NONE: no underline should be drawn
* @PANGO_UNDERLINE_SINGLE: a single underline should be drawn
* @PANGO_UNDERLINE_DOUBLE: a double underline should be drawn
- * @PANGO_UNDERLINE_LOW: a single underline should be drawn at a position
- * beneath the ink extents of the text being
- * underlined. This should be used only for underlining
- * single characters, such as for keyboard
- * accelerators. %PANGO_UNDERLINE_SINGLE should
- * be used for extended portions of text.
+ * @PANGO_UNDERLINE_LOW: a single underline should be drawn at a
+ * position beneath the ink extents of the text being
+ * underlined. This should be used only for underlining
+ * single characters, such as for keyboard accelerators.
+ * %PANGO_UNDERLINE_SINGLE should be used for extended
+ * portions of text.
* @PANGO_UNDERLINE_ERROR: a wavy underline should be drawn below.
- * This underline is typically used to indicate
- * an error such as a possilble mispelling; in some
- * cases a contrasting color may automatically
- * be used. This type of underlining is available since Pango 1.4.
+ * This underline is typically used to indicate an error such
+ * as a possible mispelling; in some cases a contrasting color
+ * may automatically be used. This type of underlining is
+ * available since Pango 1.4.
*
* The #PangoUnderline enumeration is used to specify
* whether text should be underlined, and if so, the type