Fix typo in ftsdf.c

arbitary -> arbitrary
This commit is contained in:
Ikko Eltociear Ashimine 2023-07-12 00:57:40 +09:00 committed by GitHub
parent 7b5d897dcc
commit 61b956a934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2375,7 +2375,7 @@
* 90~degrees with the curve. We solve this with the Newton-Raphson
* method.
*
* (7) We first assume an arbitary value of factor `t`, which we then
* (7) We first assume an arbitrary value of factor `t`, which we then
* improve.
*
* ```
@ -2688,7 +2688,7 @@
* 90~degree with curve. We solve this with the Newton-Raphson
* method.
*
* (7) We first assume an arbitary value of factor `t`, which we then
* (7) We first assume an arbitrary value of factor `t`, which we then
* improve.
*
* ```