diff options
-rw-r--r-- | src/lib/util/opresolv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/opresolv.c b/src/lib/util/opresolv.c index db9e81a3536..efc9306b8b5 100644 --- a/src/lib/util/opresolv.c +++ b/src/lib/util/opresolv.c @@ -552,7 +552,7 @@ const char *option_resolution_error_string(optreserr_t err) "Parameter out of range", /* OPTIONRESOLUTION_ERROR_PARAMOUTOFRANGE */ "Parameter not specified", /* OPTIONRESOLUTION_ERROR_PARAMNOTSPECIFIED */ "Unknown parameter", /* OPTIONRESOLUTION_ERROR_PARAMNOTFOUND */ - "Paramter specified multiple times", /* OPTIONRESOLUTION_ERROR_PARAMALREADYSPECIFIED */ + "Parameter specified multiple times", /* OPTIONRESOLUTION_ERROR_PARAMALREADYSPECIFIED */ "Invalid parameter", /* OPTIONRESOLUTION_ERROR_BADPARAM */ "Syntax error", /* OPTIONRESOLUTION_ERROR_SYNTAX */ "Internal error" /* OPTIONRESOLTUION_ERROR_INTERNAL */ |