summaryrefslogtreecommitdiff
path: root/tests/set-default-prio.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set-default-prio.c')
-rw-r--r--tests/set-default-prio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set-default-prio.c b/tests/set-default-prio.c
index cf4f00b764..68e60d7889 100644
--- a/tests/set-default-prio.c
+++ b/tests/set-default-prio.c
@@ -97,7 +97,7 @@ static void start(struct test_st *test)
ret = gnutls_set_default_priority_append(server, test->add_prio, &ep, 0);
if (ret < 0) {
if (test->exp_err == ret) {
- /* the &ep value is only accurate when the default priorities are not overriden;
+ /* the &ep value is only accurate when the default priorities are not overridden;
* otherwise it should be a pointer to the start of the string */
if (strchr(_gnutls_default_priority_string, '@') != 0) {
if (ep != test->add_prio) {