reference/sqlsrv/functions/sqlsrv-fetch-array.xml
4754397753fd79f1c846868b66a2448babab1c54
...
...
@@ -148,7 +148,7 @@ sqlsrv_free_stmt( $stmt);
148
148
<refsect1 role="notes">
149
149
&reftitle.notes;
150
150
<para>
151
-
Not specifying the <parameter>fetchType</parameter> or explicity using the
151
+
Not specifying the <parameter>fetchType</parameter> or explicitly using the
152
152
<constant>SQLSRV_FETCH_TYPE</constant> constant in the examples above will
153
153
return an array that has both associative and numeric keys.
154
154
</para>
155
155