mediabox rev 8 tip
Tiny edit
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Feb 24 19:47:21 2017 +0000 (2017-02-24) |
parents | 1c1fdd9f8385 |
children | |
files | index.cgi |
line diff
1.1 --- a/index.cgi Thu Feb 23 21:59:04 2017 +0100 1.2 +++ b/index.cgi Fri Feb 24 19:47:21 2017 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 #!/bin/sh 1.5 # 1.6 # CGI/SHell MediaBox using HTML5 features. Coded with lightness and 1.7 -# elegence in mind. 1.8 +# elegance in mind. 1.9 # 1.10 # Copyright (C) 2017 SliTaz GNU/Linux - BSD License 1.11 # 1.12 @@ -256,7 +256,7 @@ 1.13 Videos : $VIDEOS 1.14 EOT 1.15 echo -n "Tools : " 1.16 - # Only small nd light tools! 1.17 + # Only small and light tools! 1.18 for tool in mediainfo normalize sox 1.19 do 1.20 if [ -x "/usr/bin/$tool" ]; then