diff options
author | spiff_ <spiff_@svn> | 2009-12-22 21:38:10 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2009-12-22 21:38:10 +0000 |
commit | 5d839a9fc304150f0ca4b7342cf6659ce1f1da70 (patch) | |
tree | bed6a6c6a174b33aa057503cfe4e7a6693ce5f62 /tools | |
parent | ef23596c4ffa5869bf3be88ff1792901ab22c124 (diff) |
fixed: typo
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25982 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/XBMCLive/SDK/buildLive/Files/chroot_local-hooks/05-changeAdduserDefaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-hooks/05-changeAdduserDefaults b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-hooks/05-changeAdduserDefaults index bbad445a14..e7d1115abf 100755 --- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-hooks/05-changeAdduserDefaults +++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-hooks/05-changeAdduserDefaults @@ -1,7 +1,7 @@ #!/bin/sh echo "" -echo "Adjust defaut groups for new users..." +echo "Adjust default groups for new users..." echo "" # Probably not needed at all now |