diff options
Diffstat (limited to 'qerror.c')
| -rw-r--r-- | qerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qerror.c b/qerror.c index a8ecb0f341..830c9c3ddf 100644 --- a/qerror.c +++ b/qerror.c @@ -261,7 +261,7 @@ static const QErrorStringTable qerror_table[] = { }, { .error_fmt = QERR_INVALID_PARAMETER_COMBINATION, - .desc = "Invalid paramter combination", + .desc = "Invalid parameter combination", }, {} }; |