Skip to content

Commit 6af1058

Browse files
author
Jim Puls
committed
Fix spelling error
1 parent 88995d3 commit 6af1058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zencoder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ function ZencoderOutputNotification($params) {
237237
}
238238

239239
function catch_and_parse() {
240-
$notificiation_data = json_decode(trim(file_get_contents('php://input')), true);
241-
return new ZencoderOutputNotification($notificiation_data);
240+
$notification_data = json_decode(trim(file_get_contents('php://input')), true);
241+
return new ZencoderOutputNotification($notification_data);
242242
}
243243
}

0 commit comments

Comments
 (0)