mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Fix typo
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20058 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0c32774210
commit
f70cb1fe2f
@ -528,7 +528,7 @@ qof_book_get_counter_format(const QofBook *book, const char *counter_name)
|
||||
error = qof_book_validate_counter_format(format);
|
||||
if (error != NULL)
|
||||
{
|
||||
PWARN("Invalid counter format string. Format string: '%s' Counter: '%s' Erorr: '%s')", format, counter_name, error);
|
||||
PWARN("Invalid counter format string. Format string: '%s' Counter: '%s' Error: '%s')", format, counter_name, error);
|
||||
/* Invalid format string */
|
||||
format = NULL;
|
||||
g_free(error);
|
||||
|
Loading…
Reference in New Issue
Block a user