diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-05-03 11:06:49 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-05-03 11:06:49 +0200 |
commit | 4292e53ea63500978bdb0594cd9c4ee96cc4dd69 (patch) | |
tree | f15e4471663e0a86fab8e26ad336476bf3667f9a | |
parent | d77bbddf2458c0b3ba8c9d4cc3c6214d63d706b8 (diff) |
typo fix
-rwxr-xr-x | misc/fifotest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fifotest.sh b/misc/fifotest.sh index d6f90d5..8ad0593 100755 --- a/misc/fifotest.sh +++ b/misc/fifotest.sh @@ -9,8 +9,8 @@ do echo 'uri dns.be' echo 'uri dns.be' > $1 sleep 2 - echo 'uri www.archlinx.org' - echo 'uri www.archlinx.org' > $1 + echo 'uri www.archlinux.org' + echo 'uri www.archlinux.org' > $1 sleep 2 echo 'uri icanhascheezburger.com' echo 'uri icanhascheezburger.com' > $1 |