slitaz-configs rev 19

Fix typos
author Mike D. Smith <MikeDSmith25@gmail.com>
date Sun Jul 20 00:56:58 2008 +0000 (2008-07-20)
parents 7207f79dcdb4
children 9cc9c087bc6b
files rootfs/etc/skel/Templates/cgi-bin-html.sh rootfs/etc/xdg/openbox/autostart.sh rootfs/etc/xdg/openbox/menu.xml rootfs/usr/share/webhome/index.html
line diff
     1.1 --- a/rootfs/etc/skel/Templates/cgi-bin-html.sh	Sat Jul 19 23:06:51 2008 +0200
     1.2 +++ b/rootfs/etc/skel/Templates/cgi-bin-html.sh	Sun Jul 20 00:56:58 2008 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  echo "<h1>HTML cgi-bin SHell script</h1>"
     1.5  echo "<hr>"
     1.6  echo "<p>"
     1.7 -echo "This script is runnig on $HOST with a Linux kernel $RELEASE."
     1.8 +echo "This script is running on $HOST with a Linux kernel $RELEASE."
     1.9  echo "</p>"
    1.10  
    1.11  # Footer.
     2.1 --- a/rootfs/etc/xdg/openbox/autostart.sh	Sat Jul 19 23:06:51 2008 +0200
     2.2 +++ b/rootfs/etc/xdg/openbox/autostart.sh	Sun Jul 20 00:56:58 2008 +0000
     2.3 @@ -1,16 +1,16 @@
     2.4  # This shell script is run before Openbox launches.
     2.5  # Environment variables set here are passed to the Openbox session.
     2.6  
     2.7 -# DBUS message bus (automount removables devices)
     2.8 +# DBUS message bus (automount removable devices)
     2.9  dbus-launch --exit-with-session &
    2.10  
    2.11 -# Start PCmanFM as deamon for Wallpaper and desktop icons.
    2.12 +# Start PCmanFM as daemon for wallpaper and desktop icons.
    2.13  pcmanfm -d &
    2.14  
    2.15  # Start the panel.
    2.16  lxpanel &
    2.17  
    2.18 -# Start Pacellite clipboard.
    2.19 +# Start Parcellite clipboard.
    2.20  #parcellite &
    2.21  
    2.22  # Desktop effects
     3.1 --- a/rootfs/etc/xdg/openbox/menu.xml	Sat Jul 19 23:06:51 2008 +0200
     3.2 +++ b/rootfs/etc/xdg/openbox/menu.xml	Sun Jul 20 00:56:58 2008 +0000
     3.3 @@ -3,7 +3,7 @@
     3.4  <openbox_menu xmlns="http://openbox.org/3.4/menu">
     3.5  
     3.6  <!-- Favorites applications -->
     3.7 -<menu id="favorites-menu" label="Favorites Applications">
     3.8 +<menu id="favorites-menu" label="Favorite Applications">
     3.9    <item label="File Manager">
    3.10      <action name="Execute"><command>pcmanfm</command></action>
    3.11    </item>
     4.1 --- a/rootfs/usr/share/webhome/index.html	Sat Jul 19 23:06:51 2008 +0200
     4.2 +++ b/rootfs/usr/share/webhome/index.html	Sun Jul 20 00:56:58 2008 +0000
     4.3 @@ -1,6 +1,6 @@
     4.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     4.5      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     4.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     4.7 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     4.8  <head>
     4.9      <title>SliTaz - Web Homepage</title>
    4.10      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />