ftoption.h: s/precendence/precedence/ in documentation (#54586).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
diff --git a/devel/ftoption.h b/devel/ftoption.h
index c434ac1..accb245 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -221,7 +221,7 @@ FT_BEGIN_HEADER
* it for certain configurations only.
*
* If you use a build system like cmake or the `configure' script,
- * options set by those programs have precendence, overwriting the
+ * options set by those programs have precedence, overwriting the
* value here with the configured one.
*/
/* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */
@@ -241,7 +241,7 @@ FT_BEGIN_HEADER
* Define this macro if you want to enable this `feature'.
*
* If you use a build system like cmake or the `configure' script,
- * options set by those programs have precendence, overwriting the
+ * options set by those programs have precedence, overwriting the
* value here with the configured one.
*/
#define FT_CONFIG_OPTION_USE_BZIP2
@@ -270,7 +270,7 @@ FT_BEGIN_HEADER
* Define this macro if you want to enable this `feature'.
*
* If you use a build system like cmake or the `configure' script,
- * options set by those programs have precendence, overwriting the
+ * options set by those programs have precedence, overwriting the
* value here with the configured one.
*/
#define FT_CONFIG_OPTION_USE_PNG
@@ -287,7 +287,7 @@ FT_BEGIN_HEADER
* Define this macro if you want to enable this `feature'.
*
* If you use a build system like cmake or the `configure' script,
- * options set by those programs have precendence, overwriting the
+ * options set by those programs have precedence, overwriting the
* value here with the configured one.
*/
#define FT_CONFIG_OPTION_USE_HARFBUZZ
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
index 908e4e9..b5c6fe2 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -220,7 +220,7 @@ FT_BEGIN_HEADER
* for certain configurations only.
*
* If you use a build system like cmake or the 'configure' script,
- * options set by those programs have precendence, overwriting the value
+ * options set by those programs have precedence, overwriting the value
* here with the configured one.
*/
/* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */
@@ -240,7 +240,7 @@ FT_BEGIN_HEADER
* Define this macro if you want to enable this 'feature'.
*
* If you use a build system like cmake or the 'configure' script,
- * options set by those programs have precendence, overwriting the value
+ * options set by those programs have precedence, overwriting the value
* here with the configured one.
*/
/* #define FT_CONFIG_OPTION_USE_BZIP2 */
@@ -269,7 +269,7 @@ FT_BEGIN_HEADER
* Define this macro if you want to enable this 'feature'.
*
* If you use a build system like cmake or the 'configure' script,
- * options set by those programs have precendence, overwriting the value
+ * options set by those programs have precedence, overwriting the value
* here with the configured one.
*/
/* #define FT_CONFIG_OPTION_USE_PNG */
@@ -286,7 +286,7 @@ FT_BEGIN_HEADER
* Define this macro if you want to enable this 'feature'.
*
* If you use a build system like cmake or the 'configure' script,
- * options set by those programs have precendence, overwriting the value
+ * options set by those programs have precedence, overwriting the value
* here with the configured one.
*/
/* #define FT_CONFIG_OPTION_USE_HARFBUZZ */