Signed-off-by: Francois Gouget fgouget@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);