diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-12 21:29:44 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-02-12 21:29:44 +0100 |
commit | 9d8bcc8096ae00aa49bd91098728ad74117cd99d (patch) | |
tree | b5b44fa87ecf72399d27c994af810febe59660a3 /interface-definitions | |
parent | 945f27cd4c58fe23ac7a5a77c9af7fa4c223ff21 (diff) | |
download | vyos-1x-9d8bcc8096ae00aa49bd91098728ad74117cd99d.tar.gz vyos-1x-9d8bcc8096ae00aa49bd91098728ad74117cd99d.zip |
pppoe: wwan: T4998: fix typo in constraintErrorMessage
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/interface/authentication.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/interface/authentication.xml.i b/interface-definitions/include/interface/authentication.xml.i index 4d447f687..ac06faef5 100644 --- a/interface-definitions/include/interface/authentication.xml.i +++ b/interface-definitions/include/interface/authentication.xml.i @@ -14,7 +14,7 @@ <constraint> <regex>[[:ascii:]]{1,128}</regex> </constraint> - <constraintErrorMessage>Username is limited to ASCII characters only, with a total lenght of 128</constraintErrorMessage> + <constraintErrorMessage>Username is limited to ASCII characters only, with a total length of 128</constraintErrorMessage> </properties> </leafNode> <leafNode name="password"> @@ -27,7 +27,7 @@ <constraint> <regex>[[:ascii:]]{1,128}</regex> </constraint> - <constraintErrorMessage>Password is limited to ASCII characters only, with a total lenght of 128</constraintErrorMessage> + <constraintErrorMessage>Password is limited to ASCII characters only, with a total length of 128</constraintErrorMessage> </properties> </leafNode> </children> |