@@ -294,7 +294,7 @@ Example: `module iir N=6 D=10`
294294### module: dejitter
295295 Removes jitter on the X and Y co-ordinates. This is achieved by applying a
296296 weighted smoothing filter. The latest samples have most weight; earlier
297- samples have less weight. This allows to achieve 1:1 input->output rate. See
297+ samples have less weight. This allows one to achieve 1:1 input->output rate. See
298298 [ Wikipedia] ( https://en.wikipedia.org/wiki/Jitter#Mitigation ) for some
299299 theory.
300300
@@ -459,7 +459,7 @@ in your source files:
459459 #include <tslib.h>
460460
461461
462- To link with with library, specify ` -lts ` as an argument to the linker.
462+ To link with the library, specify ` -lts ` as an argument to the linker.
463463
464464#### compiling using autoconf and pkg-config
465465On UNIX systems you can use pkg-config to automatically select the appropriate
@@ -771,7 +771,7 @@ __disabled__:
771771* ` tatung `
772772
773773Please note that this list may grow over time. If you rely on
774- a particular input plugin, you should enable it explicitely . On Linux
774+ a particular input plugin, you should enable it explicitly . On Linux
775775you should only need ` input ` though.
776776
777777* GNU / Linux - all (most importantly ` input ` )
@@ -816,7 +816,7 @@ The [ts.conf man page](https://manpages.debian.org/unstable/libts0/ts.conf.5.en.
816816has details on the available ` module_raw ` drivers; not all of them are listed in the
817817default ` etc/ts.conf ` config file. Those are to be considered workarounds and may get
818818disabled in the default configuration in the future.
819- If you use one of those, please ` ./configure --enable-... ` it explicitely .
819+ If you use one of those, please ` ./configure --enable-... ` it explicitly .
820820
821821It is strongly recommended to have a real device driver for your system
822822and use a generic access ` module_raw ` of tslib. For Linux ([ evdev] ( https://en.wikipedia.org/wiki/Evdev ) )
0 commit comments