--- embedaddon/php/ext/oci8/tests/conn_attr.inc 2012/02/21 23:47:58 1.1.1.1 +++ embedaddon/php/ext/oci8/tests/conn_attr.inc 2013/07/22 01:31:57 1.1.1.2 @@ -98,7 +98,7 @@ function set_attr($conn,$attr,$sufix) else if (!strcmp($attr,'CLIENT_IDENTIFIER')) $r = oci_set_client_identifier($conn,'ID00'.$sufix); else - echo "Pass one of the above four attibutes!!!\n"; + echo "Pass one of the above four attributes!!!\n"; if ($r) { echo "Value of $attr has been set successfully\n"; }