diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-18 12:32:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-18 12:32:31 +0000 |
commit | 7e15bd3db202363db4bab8fa7c9f462eabe28fce (patch) | |
tree | 50822c7279d480487b04e136788b166fbd6d9f9c /t/app/controller/admin.t | |
parent | e04f4c436477252f377634976d87c42e3610f205 (diff) | |
parent | 1d187145f7b280843f734f74dd50999da6463bca (diff) |
Merge branch 'version-2.3'v2.3
Diffstat (limited to 't/app/controller/admin.t')
-rw-r--r-- | t/app/controller/admin.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t index 179557976..398ce8ea6 100644 --- a/t/app/controller/admin.t +++ b/t/app/controller/admin.t @@ -638,7 +638,7 @@ foreach my $test ( } else { ok !$comment->get_extra_metadata('is_body_user'), 'body user metadata not set'; ok $comment->get_extra_metadata('is_superuser'), 'superuser metadata set'; - is $comment->name, _('an adminstrator'), 'comment name is admin'; + is $comment->name, _('an administrator'), 'comment name is admin'; } } else { is $report->comments->count, 0, 'report has no comments'; |