]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typos
authorAlan T. DeKok <aland@freeradius.org>
Mon, 27 Nov 2023 17:01:08 +0000 (12:01 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 27 Nov 2023 17:01:08 +0000 (12:01 -0500)
src/tests/modules/dict/map.unlang

index 7efe536e6f6464117d5d95aa5f47a3e80a420952..fb3ed4a01af817803dbb2d8de5f20bcca06bb7fa 100644 (file)
@@ -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
 }