We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e6906 commit 9f351c9Copy full SHA for 9f351c9
libvips/morphology/morphology.c
@@ -95,8 +95,8 @@
95
* for analogues of the usual set difference and set union operations.
96
*
97
* Use vips_image_new_matrixv() to create a mask in source, vips_matrixload()
98
- * to load a mask from a simple text file, vips_mask_ideal() and friends to
99
- * create squarem circular and ring masks of specific sizes.
+ * to load a mask from a simple text file, and vips_mask_ideal() and friends to
+ * create square, circular and ring masks of specific sizes.
100
*/
101
102
G_DEFINE_ABSTRACT_TYPE( VipsMorphology, vips_morphology,
0 commit comments