[tools] transl: Fix the spelling of a comment.
5 Jan
2021
5 Jan
'21
10:28 a.m.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- transl/lib_res.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transl/lib_res.php b/transl/lib_res.php index fe64354872..52889fc22c 100644 --- a/transl/lib_res.php +++ b/transl/lib_res.php @@ -70,7 +70,7 @@ function get_stringorid_asascii($data, &$pos) return $ret; } -/* same as get_stringorid, but uses 0xff00 as the marker of an oridinal */ +/* same as get_stringorid, but uses 0xff00 as the marker of an ordinal */ function get_stringorid($data, &$pos, $magic = 0xffff) { $len = strlen($data); -- 2.20.1
1804
Age (days ago)
1804
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget