diff options
author | 2011-06-16 16:58:23 +0000 | |
---|---|---|
committer | 2011-06-16 16:58:23 +0000 | |
commit | 7199d34a676d6e8f800562c25d7544688ba6dbc3 (patch) | |
tree | 0fe8733332785fa8639c4c9f220bc9a6eeb649b9 | |
parent | b607f0b7ae64a6908894c127e920f3db1101f507 (diff) |
Fixed 04376: Typo in lib/util/opresolv.c (no whatsnew)
-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 */ |