From 0360517e9a87c5fc1437521bd8762d22b87fd687 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Wed, 21 Aug 2019 10:38:10 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c82fd4..03ec790 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ try { echo "Output ID: ".$encoding_job->outputs['web']->id."\n"; // Store Job/Output IDs to update their status when notified or to check their progress. } catch (Services_Zencoder_Exception $e) { - // If were here, an error occured + // If were here, an error occurred echo "Fail :(\n\n"; echo "Errors:\n"; foreach ($e->getErrors() as $error) echo $error."\n";