From 20fd99d86379b0df3c9c4159d397d3451622c325 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 14 Dec 2016 19:00:37 +0100 Subject: [PATCH] fix typos in "ras[p]berry pi" Change-Id: I2d8910df9266d9cbf2426e5f2ba2a88eb2e821ef Reviewed-by: Joerg Bornemann --- src/gui/configure.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/configure.json b/src/gui/configure.json index f4171a8e9f..2fce7eebb8 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -322,7 +322,7 @@ "use": "egl xcb_xlib" }, "egl-brcm": { - "label": "Broadcom EGL (Rasberry Pi)", + "label": "Broadcom EGL (Raspberry Pi)", "type": "compile", "test": "qpa/eglfs-brcm", "use": "egl bcm_host" @@ -599,7 +599,7 @@ "output": [ "privateFeature" ] }, "eglfs_brcm": { - "label": "EGLFS Rasberry Pi", + "label": "EGLFS Raspberry Pi", "condition": "features.eglfs && tests.egl-brcm", "output": [ "privateFeature" ] },