Skip to content

Commit

Permalink
sqlops: Fix typos in module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ffloimair authored and miconda committed Feb 28, 2018
1 parent 3753e1e commit df6d7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/sqlops/doc/sqlops_admin.xml
Expand Up @@ -157,7 +157,7 @@ modparam("sqlops","sqlcon","ca=>&exampledb;")
<para>
The definition of a database result ID. The value of the parameter can be
any string. Results IDs are also added at fixup time when sql_query()
parameters are parsed, so there is no need to decalare them via module
parameters are parsed, so there is no need to declare them via module
parameter unless you want to use them from within other modules and be
available in all application processes.
</para>
Expand Down Expand Up @@ -407,7 +407,7 @@ sql_result_free("ra");
process and result is not available back to config, thus it should
be used only for sql statements that don't return values (e.g.,
insert, delete, update...). Note that async_workers core parameter
must be set in order to enable the asyncronous framework
must be set in order to enable the asynchronous framework
needed by this function.
</para>
<itemizedlist>
Expand Down

0 comments on commit df6d7b2

Please sign in to comment.