summaryrefslogtreecommitdiffstats
path: root/lasso/xml/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/errors.c')
-rw-r--r--lasso/xml/errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/errors.c b/lasso/xml/errors.c
index 535d47c1..3ad88bda 100644
--- a/lasso/xml/errors.c
+++ b/lasso/xml/errors.c
@@ -69,7 +69,7 @@ lasso_strerror(int error_code)
case LASSO_PARAM_ERROR_BADTYPE_OR_NULL_OBJ:
return "An object type provided as parameter is invalid or object is NULL.\n";
case LASSO_PARAM_ERROR_INVALID_VALUE:
- return "The value of a parameter is invalid.\n";
+ return "A parameter value is invalid.\n";
case LASSO_PARAM_ERROR_ERR_CHECK_FAILED:
return "The error return location should be either NULL or contains a NULL error.\n";