[gtksourceview] Doc: small fixes



commit ccfadbd1e8c6da3efbff8b9bb2c46243709cc5a3
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Nov 15 23:50:29 2013 +0100

    Doc: small fixes

 docs/reference/lang-reference.xml |    6 +++---
 gtksourceview/gtksourcebuffer.c   |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/docs/reference/lang-reference.xml b/docs/reference/lang-reference.xml
index b32cb4a..76d8d62 100644
--- a/docs/reference/lang-reference.xml
+++ b/docs/reference/lang-reference.xml
@@ -175,7 +175,7 @@ Contained elements:
 <title>Tag <code>&lt;style&gt;</code></title>
 
 <para>
-Defines a style, associating it's id with a user visible translatable
+Defines a style, associating its id with a user visible translatable
 name and a default style.
 </para>
 
@@ -212,7 +212,7 @@ font properties defined for those default styles.
 The id of the default style has to be preceded with the id of the
 language where it is defined, separated with a semicolon ":".
 When omitted the style is not considered derived from any style and will
-be not highlighted until the user specifies a color scheme for this
+not be highlighted until the user specifies a color scheme for this
 style.
 </para></listitem>
 </varlistentry>
@@ -605,7 +605,7 @@ in the referenced context.
 <varlistentry>
 <term><code>ignore-style</code> (optional)</term>
 <listitem><para>
-If this attribute it "true" then the referenced context will not
+If this attribute is "true" then the referenced context will not
 be highlighted. It does not affect child contexts and their styles.
 </para></listitem></varlistentry>
 </variablelist>
diff --git a/gtksourceview/gtksourcebuffer.c b/gtksourceview/gtksourcebuffer.c
index 0f061f6..0c2cb83 100644
--- a/gtksourceview/gtksourcebuffer.c
+++ b/gtksourceview/gtksourcebuffer.c
@@ -2004,7 +2004,7 @@ gtk_source_buffer_get_source_marks_at_iter (GtkSourceBuffer *buffer,
  * @category: (allow-none): category to search for, or %NULL
  *
  * Returns the list of marks of the given category at @line.
- * If @category is NULL, all marks at @line are returned.
+ * If @category is %NULL, all marks at @line are returned.
  *
  * Returns: (element-type GtkSource.Mark) (transfer container):
  * a newly allocated #GSList.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]