summaryrefslogtreecommitdiff
path: root/src/validators
diff options
context:
space:
mode:
Diffstat (limited to 'src/validators')
-rwxr-xr-xsrc/validators/bgp-large-community2
-rwxr-xr-xsrc/validators/bgp-regular-community2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/validators/bgp-large-community b/src/validators/bgp-large-community
index e322c653c..2b9ef7a8a 100755
--- a/src/validators/bgp-large-community
+++ b/src/validators/bgp-large-community
@@ -48,6 +48,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
diff --git a/src/validators/bgp-regular-community b/src/validators/bgp-regular-community
index 0cc7f8fc3..6df3e8d5d 100755
--- a/src/validators/bgp-regular-community
+++ b/src/validators/bgp-regular-community
@@ -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