Fix misspelling of "successful" on dba_open page (#764)

This commit is contained in:
zors1 2021-07-07 15:43:43 +03:00 committed by GitHub
parent a997a6c145
commit 222b43d6c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@
</tgroup>
</table>
<simplelist>
<member>ok: the second call will be successfull.</member>
<member>ok: the second call will be successful.</member>
<member>wait: the second call waits until <function>dba_close</function> is called for the first.</member>
<member>false: the second call returns false.</member>
<member>illegal: you must not mix <literal>"l"</literal> and <literal>"d"</literal> modifiers for <parameter>mode</parameter> parameter.</member>