We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99aa470 + 0360517 commit b6c12caCopy full SHA for b6c12ca
README.md
@@ -125,7 +125,7 @@ try {
125
echo "Output ID: ".$encoding_job->outputs['web']->id."\n";
126
// Store Job/Output IDs to update their status when notified or to check their progress.
127
} catch (Services_Zencoder_Exception $e) {
128
- // If were here, an error occured
+ // If were here, an error occurred
129
echo "Fail :(\n\n";
130
echo "Errors:\n";
131
foreach ($e->getErrors() as $error) echo $error."\n";
0 commit comments