slitaz-arm diff rpi/slitaz-rpi @ rev 214
tazbian: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 05 17:03:59 2016 +0200 (2016-05-05) |
parents | 0eb0f35e2f0d |
children |
line diff
1.1 --- a/rpi/slitaz-rpi Sun May 04 19:10:58 2014 +0200 1.2 +++ b/rpi/slitaz-rpi Thu May 05 17:03:59 2016 +0200 1.3 @@ -57,9 +57,9 @@ 1.4 rpi_box() { 1.5 count=$(cat $pilist | wc -l) 1.6 logo="/usr/share/pixmaps/raspberrypi.png" 1.7 - text="<b>Connect to you local Raspberry Pi devices</b>\nRaspberry Pi: $count\n" 1.8 + text="<b>Connect to your local Raspberry Pi devices</b>\nRaspberry Pi: $count\n" 1.9 # Have a config file, store RPi IPs, have button to launch an SSH 1.10 - # connection or an sftp connexion with gftp. 1.11 + # connection or an sftp connection with gftp. 1.12 yad --form --borders=4 \ 1.13 --window-icon="$logo" \ 1.14 --title="SliTaz RPi" --center \ 1.15 @@ -151,7 +151,7 @@ 1.16 ;; 1.17 1.18 restore) 1.19 - # Restore a previwsly backup up SD card 1.20 + # Restore a previous backup SD card 1.21 ;; 1.22 1.23 *) usage ;;