diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-05-13 14:33:43 +0200 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2021-02-21 15:27:01 +0530 |
| commit | b08bcaab377a065e99c83170952d265d9ceead1e (patch) | |
| tree | c6bee3400eb8bbb1286616d91d17730615dc5afb /server | |
| parent | 91502d0bbdf9fa564a66dbac9e0ebce4e0662a29 (diff) | |
Fix typos
Diffstat (limited to 'server')
| -rw-r--r-- | server/synctex_parser.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/synctex_parser.c b/server/synctex_parser.c index 430d0c0..27be608 100644 --- a/server/synctex_parser.c +++ b/server/synctex_parser.c @@ -7592,7 +7592,7 @@ static synctex_nd_s _synctex_point_h_ordered_distance_v2 int min,med,max,width; switch(synctex_node_type(node)) { /* The distance between a point and a box is special. - * It is not the euclidian distance, nor something similar. + * It is not the euclidean distance, nor something similar. * We have to take into account the particular layout, * and the box hierarchy. * Given a box, there are 9 regions delimited by the lines of the edges of the box. @@ -7733,7 +7733,7 @@ static synctex_nd_s _synctex_point_v_ordered_distance_v2 int min,max,depth,height; switch(synctex_node_type(node)) { /* The distance between a point and a box is special. - * It is not the euclidian distance, nor something similar. + * It is not the euclidean distance, nor something similar. * We have to take into account the particular layout, * and the box hierarchy. * Given a box, there are 9 regions delimited by the lines of the edges of the box. @@ -7881,7 +7881,7 @@ SYNCTEX_INLINE static synctex_bool_t _synctex_point_in_box_v2(synctex_point_p hi static int _synctex_distance_to_box_v2(synctex_point_p hit,synctex_box_p box) { /* The distance between a point and a box is special. - * It is not the euclidian distance, nor something similar. + * It is not the euclidean distance, nor something similar. * We have to take into account the particular layout, * and the box hierarchy. * Given a box, there are 9 regions delimited by the lines of the edges of the box. |
