summaryrefslogtreecommitdiff
path: root/src/validators
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-03-27 14:43:47 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2026-03-27 15:00:17 +0000
commit139b0841f8242a5c6ebdafb37380c1fb78342aae (patch)
tree1297da708747bc304b7d0b323146250f4273c8e5 /src/validators
parentad6f703b16464a6cb73f9052077a6100aff4db73 (diff)
downloadvyos-1x-139b0841f8242a5c6ebdafb37380c1fb78342aae.tar.gz
vyos-1x-139b0841f8242a5c6ebdafb37380c1fb78342aae.zip
T8410: Fix typos and mistakes for comments and messages
Fix typos and mistakes No functional changes
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