raspberrypi: Fixed typos in README.
1.1 --- a/docs/README-raspberrypi.md Sat Jun 24 23:45:19 2017 +0200
1.2 +++ b/docs/README-raspberrypi.md Sat Jun 24 23:45:34 2017 +0200
1.3 @@ -23,7 +23,7 @@
1.4 sudo apt-get install libudev-dev libasound2-dev libdbus-1-dev
1.5
1.6 You also need the VideoCore binary stuff that ships in /opt/vc for EGL and
1.7 -OpenGL ES 2.x, it usually comes pre installed, but in any case:
1.8 +OpenGL ES 2.x, it usually comes pre-installed, but in any case:
1.9
1.10 sudo apt-get install libraspberrypi0 libraspberrypi-bin libraspberrypi-dev
1.11
1.12 @@ -37,7 +37,7 @@
1.13
1.14 sudo git clone --depth 1 https://github.com/raspberrypi/tools /opt/rpi-tools
1.15
1.16 -You'll also need a Rasbian binary image.
1.17 +You'll also need a Raspbian binary image.
1.18 Get it from: http://downloads.raspberrypi.org/raspbian_latest
1.19 After unzipping, you'll get file with a name like: "<date>-wheezy-raspbian.img"
1.20 Let's assume the sysroot will be built in /opt/rpi-sysroot.
1.21 @@ -136,9 +136,9 @@
1.22 This is usually not a problem if you run from the physical terminal (as opposed
1.23 to running from a pseudo terminal, such as via SSH). If running from a PTS, a
1.24 quick workaround is to run your app as root or add yourself to the tty group,
1.25 -then re login to the system.
1.26 +then re-login to the system.
1.27
1.28 - sudo usermod -aG tty `whoami`
1.29 + sudo usermod -aG tty `whoami`
1.30
1.31 The keyboard layout used by SDL is the same as the one the kernel uses.
1.32 To configure the layout on Raspbian: