diff options
Diffstat (limited to 'src/auditordb/pg_get_balance.h')
-rw-r--r-- | src/auditordb/pg_get_balance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/pg_get_balance.h b/src/auditordb/pg_get_balance.h index 1cbb2541f..59d2af0ae 100644 --- a/src/auditordb/pg_get_balance.h +++ b/src/auditordb/pg_get_balance.h @@ -30,7 +30,7 @@ * Get summary information about balance tracked by the auditor. * * @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[out] balance_value set to amount stored under @a balance_key * @param ... NULL terminated list of additional key-value pairs to fetch * @return transaction status code |