[gtk/path-work-rebased] path: Fix a typo



commit 6b83996b91c3623155973f30b7a7b8f9251896f4
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 28 21:06:28 2022 -0400

    path: Fix a typo

 gsk/gskpath.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/gskpath.h b/gsk/gskpath.h
index 4a45b00564..1f208ae339 100644
--- a/gsk/gskpath.h
+++ b/gsk/gskpath.h
@@ -31,7 +31,7 @@ G_BEGIN_DECLS
 
 /**
  * GskPathForeachFlags:
- * @GSK_PATH_FOREACH_ALLOW_CURVES: Allow emission of `GSK_PATH_CURVE` operations.
+ * @GSK_PATH_FOREACH_ALLOW_CURVE: Allow emission of `GSK_PATH_CURVE` operations.
  * @GSK_PATH_FOREACH_ALLOW_CONIC: Allow emission of `GSK_PATH_CONIC` operations.
  *
  * Flags that can be passed to [method Gsk Path.foreach] to enable additional


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