diff options
Diffstat (limited to 'src/auditordb/pg_insert_balance.h')
-rw-r--r-- | src/auditordb/pg_insert_balance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/pg_insert_balance.h b/src/auditordb/pg_insert_balance.h index 19c7a8c6c..dff69eec9 100644 --- a/src/auditordb/pg_insert_balance.h +++ b/src/auditordb/pg_insert_balance.h @@ -30,7 +30,7 @@ * existing record. * * @param cls the @e cls of this struct with the plugin-specific state - * @param balance_key key of the blance to store + * @param balance_key key of the balance to store * @param balance_value value to store * @param ... NULL terminated list of additional key-value pairs to insert * @return transaction status code |