From 3ec71bb7a01bad4928f6a49c72785b81d6a29d97 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Thu, 2 Mar 2017 13:48:51 +0100
Subject: [PATCH] boards: fix typo in author name

---
 boards/nucleo-f070/include/board.h       | 2 +-
 boards/nucleo-f070/include/periph_conf.h | 2 +-
 boards/nucleo-l073/include/board.h       | 2 +-
 boards/nucleo-l073/include/periph_conf.h | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boards/nucleo-f070/include/board.h b/boards/nucleo-f070/include/board.h
index d985dfe7b4..4f442f7e00 100644
--- a/boards/nucleo-f070/include/board.h
+++ b/boards/nucleo-f070/include/board.h
@@ -19,7 +19,7 @@
  * @author      Hauke Petersen <hauke.petersen@fu-berlin.de>
  * @author      Mohmmad Ayman <mohmmad.khzrag@gmail.com>
  * @author      José Alamos <jialamos@uc.cl>
- * @author      Alexandre Aabdie <alexandre.abadie@inria.fr>
+ * @author      Alexandre Abadie <alexandre.abadie@inria.fr>
  */
 
 #ifndef BOARD_H
diff --git a/boards/nucleo-f070/include/periph_conf.h b/boards/nucleo-f070/include/periph_conf.h
index 527f940854..61aadad892 100644
--- a/boards/nucleo-f070/include/periph_conf.h
+++ b/boards/nucleo-f070/include/periph_conf.h
@@ -15,7 +15,7 @@
  * @brief       Peripheral MCU configuration for the nucleo-f070 board
  *
  * @author      Hauke Petersen <hauke.petersen@fu-berlin.de>
- * @author      Alexandre Aabdie <alexandre.abadie@inria.fr>
+ * @author      Alexandre Abadie <alexandre.abadie@inria.fr>
  */
 
 #ifndef PERIPH_CONF_H
diff --git a/boards/nucleo-l073/include/board.h b/boards/nucleo-l073/include/board.h
index d410d7e1d5..42acbcf535 100644
--- a/boards/nucleo-l073/include/board.h
+++ b/boards/nucleo-l073/include/board.h
@@ -17,7 +17,7 @@
  * @brief       Board specific definitions for the nucleo-l073 board
  *
  * @author      Hauke Petersen <hauke.petersen@fu-berlin.de>
- * @author      Alexandre Aabdie <alexandre.abadie@inria.fr>
+ * @author      Alexandre Abadie <alexandre.abadie@inria.fr>
  */
 
 #ifndef BOARD_H
diff --git a/boards/nucleo-l073/include/periph_conf.h b/boards/nucleo-l073/include/periph_conf.h
index 5778149f7e..a875caf4e1 100644
--- a/boards/nucleo-l073/include/periph_conf.h
+++ b/boards/nucleo-l073/include/periph_conf.h
@@ -15,7 +15,7 @@
  * @brief       Peripheral MCU configuration for the nucleo-l073 board
  *
  * @author      Hauke Petersen <hauke.petersen@fu-berlin.de>
- * @author      Alexandre Aabdie <alexandre.abadie@inria.fr>
+ * @author      Alexandre Abadie <alexandre.abadie@inria.fr>
  */
 
 #ifndef PERIPH_CONF_H
-- 
GitLab