Module: wine Branch: master Commit: 490b245a2069418293296c1982dab59729804c4e URL: https://source.winehq.org/git/wine.git/?a=commit;h=490b245a2069418293296c198...
Author: Francois Gouget fgouget@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@free.fr Signed-off-by: Alexandre Julliard julliard@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=490b245a2069418293296...