diff options
Diffstat (limited to 'src/validators/bgp-regular-community')
| -rwxr-xr-x | src/validators/bgp-regular-community | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/validators/bgp-regular-community b/src/validators/bgp-regular-community index d43a71eae..6df3e8d5d 100755 --- a/src/validators/bgp-regular-community +++ b/src/validators/bgp-regular-community @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2019-2022 VyOS maintainers and contributors <maintainers@vyos.io> +# Copyright VyOS maintainers and contributors <maintainers@vyos.io> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -45,6 +45,6 @@ if __name__ == '__main__': print("Invalid community format") exit(1) - # fail if none of validators catched the value + # fail if none of validators caught the value print("Invalid community format") exit(1)
\ No newline at end of file |
