summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstreamstatus.php2
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";
}