# HG changeset patch # User Paul Issott # Date 1399232114 -3600 # Node ID 6db0c7f6fd1078485fed1de361c1394e722ddfd5 # Parent 0cc7269f8d0a02c3ace1ae6042652426da47c196 Tiny edits diff -r 0cc7269f8d0a -r 6db0c7f6fd10 rpi/pileds --- a/rpi/pileds Sun May 04 19:37:40 2014 +0200 +++ b/rpi/pileds Sun May 04 20:35:14 2014 +0100 @@ -1,6 +1,6 @@ #!/bin/sh # -# PiLeds - Let play with leds has a kid :-) +# PiLeds - Let's play with leds as a kid :-) # (C) 2014 SliTaz GNU/Linux - BSD License # . /lib/libtaz.sh diff -r 0cc7269f8d0a -r 6db0c7f6fd10 rpi/slitaz-rpi --- a/rpi/slitaz-rpi Sun May 04 19:37:40 2014 +0200 +++ b/rpi/slitaz-rpi Sun May 04 20:35:14 2014 +0100 @@ -57,9 +57,9 @@ rpi_box() { count=$(cat $pilist | wc -l) logo="/usr/share/pixmaps/raspberrypi.png" - text="Connect to you local Raspberry Pi devices\nRaspberry Pi: $count\n" + text="Connect to your local Raspberry Pi devices\nRaspberry Pi: $count\n" # Have a config file, store RPi IPs, have button to launch an SSH - # connection or an sftp connexion with gftp. + # connection or an sftp connection with gftp. yad --form --borders=4 \ --window-icon="$logo" \ --title="SliTaz RPi" --center \ @@ -151,7 +151,7 @@ ;; restore) - # Restore a previwsly backup up SD card + # Restore a previous backup SD card ;; *) usage ;;