slitaz-arm rev 171
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun May 04 20:35:14 2014 +0100 (2014-05-04) |
parents | 0cc7269f8d0a |
children | af4b31a2d8f2 |
files | rpi/pileds rpi/slitaz-rpi |
line diff
1.1 --- a/rpi/pileds Sun May 04 19:37:40 2014 +0200 1.2 +++ b/rpi/pileds Sun May 04 20:35:14 2014 +0100 1.3 @@ -1,6 +1,6 @@ 1.4 #!/bin/sh 1.5 # 1.6 -# PiLeds - Let play with leds has a kid :-) 1.7 +# PiLeds - Let's play with leds as a kid :-) 1.8 # (C) 2014 SliTaz GNU/Linux - BSD License 1.9 # 1.10 . /lib/libtaz.sh
2.1 --- a/rpi/slitaz-rpi Sun May 04 19:37:40 2014 +0200 2.2 +++ b/rpi/slitaz-rpi Sun May 04 20:35:14 2014 +0100 2.3 @@ -57,9 +57,9 @@ 2.4 rpi_box() { 2.5 count=$(cat $pilist | wc -l) 2.6 logo="/usr/share/pixmaps/raspberrypi.png" 2.7 - text="<b>Connect to you local Raspberry Pi devices</b>\nRaspberry Pi: $count\n" 2.8 + text="<b>Connect to your local Raspberry Pi devices</b>\nRaspberry Pi: $count\n" 2.9 # Have a config file, store RPi IPs, have button to launch an SSH 2.10 - # connection or an sftp connexion with gftp. 2.11 + # connection or an sftp connection with gftp. 2.12 yad --form --borders=4 \ 2.13 --window-icon="$logo" \ 2.14 --title="SliTaz RPi" --center \ 2.15 @@ -151,7 +151,7 @@ 2.16 ;; 2.17 2.18 restore) 2.19 - # Restore a previwsly backup up SD card 2.20 + # Restore a previous backup SD card 2.21 ;; 2.22 2.23 *) usage ;;