fix typo in parameter name

This commit is contained in:
bielow 2022-11-21 22:34:49 +01:00
parent 9bd93cd0cc
commit a8ae026c4c

View File

@ -322,7 +322,7 @@ public:
* *
* @see exec() to execute, returning number of rows modified * @see exec() to execute, returning number of rows modified
* *
* @param[in] aQueries one or multiple UTF-8 encoded, semicolon-separate SQL statements * @param[in] apQueries one or multiple UTF-8 encoded, semicolon-separate SQL statements
* *
* @return the sqlite result code. * @return the sqlite result code.
*/ */