[libdazzle] search: fix typo



commit 67996456ca8777b82cbeef7f56801335ea167c0c
Author: Christian Hergert <chergert redhat com>
Date:   Fri Apr 19 16:35:04 2019 -0700

    search: fix typo

 src/search/dzl-pattern-spec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/search/dzl-pattern-spec.c b/src/search/dzl-pattern-spec.c
index 5d721c6..d640a9e 100644
--- a/src/search/dzl-pattern-spec.c
+++ b/src/search/dzl-pattern-spec.c
@@ -36,7 +36,7 @@ G_DEFINE_BOXED_TYPE (DzlPatternSpec, dzl_pattern_spec, dzl_pattern_spec_ref, dzl
  * @short_description: Simple glob-like searching
  *
  * This works similar to #GPatternSpec except the query syntax is different.
- * It tries to mtach word boundaries, but with matching partial words up
+ * It tries to match word boundaries, but with matching partial words up
  * to those boundaries. For example, "gtk widg" would match "gtk_widget_show".
  * Word boundaries include '_' and ' '. If any character is uppercase, then
  * case sensitivity is used.


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