Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Nov 27, 2023
1 parent 7e57872 commit 863a3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/modules/dict/map.unlang
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ if (%dict.vendor.num('Reply-Message') != 0) {
test_fail
}

if (%dict.attr.type ('User-Name') != 'string') {
if (%dict.attr.type('User-Name') != 'string') {
test_fail
}

if (%dict.attr.type ('Vendor-Specific') != 'vendor') {
if (%dict.attr.type('Vendor-Specific') != 'vsa') {
test_fail
}

Expand Down

0 comments on commit 863a3f2

Please sign in to comment.