From 8a959b915ef615ac359bf6314316becf2a429c95 Mon Sep 17 00:00:00 2001
From: Dan Nechita
Date: Thu, 14 May 2020 12:57:14 +0300
Subject: [PATCH] html: Remove repetitive words
Signed-off-by: Dan Nechita
---
doc/index.html.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/index.html.in b/doc/index.html.in
index d2a77c7cc..5baefbb2b 100644
--- a/doc/index.html.in
+++ b/doc/index.html.in
@@ -212,7 +212,7 @@
C/C++ library that provides generic access to Industrial Input Output (IIO)
devices. IIO started as a Linux
- kernel subsystem to support for devices that that included
+ kernel subsystem to support for devices that included
analog-to-digital convertors (ADCs) and/or digital-to-analog convertors
(DACs). While the libIIO continues to provide an easy interface to the
Linux kernel IIO subsystem, it has also expanded beyond that, and is now
@@ -281,7 +281,7 @@
header in your source.
For other platforms, you are encouraged to use one of our release
- builds. If if you want to use the very latest, you have the option to
+ builds. If you want to use the very latest, you have the option to
use a nightly build or build from source. Please check the Downloads
menu.
If you prefer, you can also access the source directly from Once you have secured your access to the library and its header, please
check the libIIO API or the libIIO examples.
Where is (insert my favourite language) support?
- The mainline library is built in C, can be used in C++, and has built in
+
The mainline library is written in C, can be used in C++, and has built in
bindings for Python and C# (C-Sharp). Node.js and Rust are maintained