[gnome-builder] libide: fix typos in IdeEditorSearch documentation
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide: fix typos in IdeEditorSearch documentation
- Date: Sun, 6 Jun 2021 23:39:48 +0000 (UTC)
commit 2efd0a31967bd5ef773a1ac53a1858a353f8d07a
Author: Peter Maatman <blackwolf12333 gmail com>
Date: Sun Jun 6 11:48:33 2021 +0200
libide: fix typos in IdeEditorSearch documentation
src/libide/editor/ide-editor-search.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libide/editor/ide-editor-search.c b/src/libide/editor/ide-editor-search.c
index ea10bccbc..fc09f9c7a 100644
--- a/src/libide/editor/ide-editor-search.c
+++ b/src/libide/editor/ide-editor-search.c
@@ -538,7 +538,7 @@ ide_editor_search_class_init (IdeEditorSearchClass *klass)
/**
* IdeEditorSearch:active:
*
- * The "active" property is %TRUE when their is an active search
+ * The "active" property is %TRUE when there is an active search
* in progress.
*
* Since: 3.32
@@ -609,7 +609,7 @@ ide_editor_search_class_init (IdeEditorSearchClass *klass)
* IdeEditorSearch:match-count:
*
* The "match-count" property contains the number of matches that have
- * been discovered. This is reset to zeor when the #IdeEditorSearch
+ * been discovered. This is reset to zero when the #IdeEditorSearch
* determines it can destroy it's #GtkSourceSearchContext.
*
* Generally, you should only rely on it's accuracy after calling
@@ -643,7 +643,7 @@ ide_editor_search_class_init (IdeEditorSearchClass *klass)
* IdeEditorSearch:repeat:
*
* The number of times to repeat a move operation when calling
- * ide_editor_search_move(). This allows for stateful moves when as
+ * ide_editor_search_move(). This allows for stateful moves which
* might be necessary when activating keybindings.
*
* This property will be cleared after an attempt to move.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]