Module: wine
Branch: master
Commit: 490b245a2069418293296c1982dab59729804c4e
URL: https://source.winehq.org/git/wine.git/?a=commit;h=490b245a2069418293296c19…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Wed Dec 11 02:58:34 2019 +0100
usp10: Fix the spelling of some index array variables and function.
Indices is the plural used by related APIs so use it for consistency.
Signed-off-by: Francois Gouget <fgouget(a)free.fr>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/usp10/bidi.c | 14 ++++++-------
dlls/usp10/shape.c | 48 ++++++++++++++++++++++-----------------------
dlls/usp10/usp10.c | 18 ++++++++---------
dlls/usp10/usp10_internal.h | 4 ++--
4 files changed, 42 insertions(+), 42 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=490b245a206941829329…