diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 12:42:17 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 12:42:17 -0800 |
commit | 592215a584100db752cde86f6e9fb2115212a648 (patch) | |
tree | 995b5f7ea7f69c3668a30762c3a9feae5f6cd19f /src/synapticsstr.h | |
parent | 6d6c2e79221e6f362d1f47d3e52259e1d4e32315 (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/synapticsstr.h')
-rw-r--r-- | src/synapticsstr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synapticsstr.h b/src/synapticsstr.h index 33524e5..7972a9c 100644 --- a/src/synapticsstr.h +++ b/src/synapticsstr.h @@ -296,8 +296,8 @@ struct _SynapticsPrivateRec { int prevFingers; /* previous numFingers, for transition detection */ int avg_width; /* weighted average of previous fingerWidth values */ #ifndef NO_DRIVER_SCALING - double horiz_coeff; /* normalization factor for x coordintes */ - double vert_coeff; /* normalization factor for y coordintes */ + double horiz_coeff; /* normalization factor for x coordinates */ + double vert_coeff; /* normalization factor for y coordinates */ #endif int minx, maxx, miny, maxy; /* min/max dimensions as detected */ |