diff options
author | Alib <aliboba@free.fr> | 2010-03-01 11:42:42 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-01 11:42:42 +0100 |
commit | 28cc71fde7a62f113a3fcb9d187624b121b1a893 (patch) | |
tree | b6e32f497e563f82e7747763e5d83cfdf85d3062 | |
parent | c7fe8b46a1b6f5f282cc34c5ac8cd9f1e6c24aa1 (diff) | |
download | istreamdev-28cc71fde7a62f113a3fcb9d187624b121b1a893.tar.gz istreamdev-28cc71fde7a62f113a3fcb9d187624b121b1a893.tar.bz2 |
typo
-rwxr-xr-x | streamstatus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/streamstatus.php b/streamstatus.php index dc05bc3..3189afe 100755 --- a/streamstatus.php +++ b/streamstatus.php @@ -37,7 +37,7 @@ else } if ( count(glob('ram/' .$session . '/*.ts')) < 2 ) - echo "<streamstatus>error</streamstatus><message>Error: encoding did not start correclty</message>\n"; + echo "<streamstatus>error</streamstatus><message>Error: encoding did not start correctly</message>\n"; else echo "<streamstatus>ok</streamstatus>\n"; } |