Francois Gouget : transl: Fix the spelling of a comment.
Module: tools Branch: master Commit: 1ded4f6ec67a9879e20b34eb87eac6cd443f9a97 URL: https://source.winehq.org/git/tools.git/?a=commit;h=1ded4f6ec67a9879e20b34eb... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Jan 5 11:28:58 2021 +0100 transl: Fix the spelling of a comment. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 fe64354..52889fc 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);
participants (1)
-
Alexandre Julliard