From 8218e42d419ea7f4cc7c8c252a3d2b0b5a34dcce Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Sun, 30 Oct 2016 10:32:58 +0200 Subject: [PATCH] doc: fix spelling errors Signed-off-by: Fathi Boudra Signed-off-by: Brendan Le Foll --- api/mraa/i2c.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/mraa/i2c.hpp b/api/mraa/i2c.hpp index 52e2153..a48a008 100644 --- a/api/mraa/i2c.hpp +++ b/api/mraa/i2c.hpp @@ -45,7 +45,7 @@ class I2c public: /** * Instantiates an i2c bus. Multiple instances of the same bus can - * exist and the bus is not guarranteed to be on the correct address + * exist and the bus is not guaranteed to be on the correct address * before read/write. * * @param bus The i2c bus to use @@ -76,7 +76,7 @@ class I2c } /** - * Closes the I2c Bus used. This does not guarrantee the bus will not + * Closes the I2c Bus used. This does not guarantee the bus will not * be usable by anyone else or communicates this disconnect to any * slaves. */