diff --git a/samples/call-info.php b/samples/call-info.php index 4a3b0e0..77ddbd9 100644 --- a/samples/call-info.php +++ b/samples/call-info.php @@ -32,7 +32,7 @@ $tropo->ask("This will catch the first text", array('choices' => '[ANY]')); // ... or, you can grab that first text like this straight from the session. - $messsage = $session->getInitialText(); + $message = $session->getInitialText(); $tropo->say("You said " . $message); } else { @@ -41,4 +41,4 @@ } print $tropo; -?> \ No newline at end of file +?>