diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-06-17 14:21:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-17 14:21:35 +0300 |
| commit | 7a1fa970b13c0006fa59ad9a46023b3e8037de6f (patch) | |
| tree | 1e3b19c7162212f552b77297b03875d92daf33dd /data | |
| parent | c207f4a1ce9b13cd7e0664d35d805e633ebc69fb (diff) | |
| parent | 040a4c0565081d0b6df2bf789737ed0e7bde2642 (diff) | |
| download | vyos-1x-7a1fa970b13c0006fa59ad9a46023b3e8037de6f.tar.gz vyos-1x-7a1fa970b13c0006fa59ad9a46023b3e8037de6f.zip | |
Merge pull request #5277 from c-po/can-not-cannot
T8923: normalize "can not" to "cannot" and other typo fixes
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/frr/daemons.frr.tmpl | 2 | ||||
| -rw-r--r-- | data/templates/ids/suricata.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/frr/daemons.frr.tmpl b/data/templates/frr/daemons.frr.tmpl index b1159217f..452fde51e 100644 --- a/data/templates/frr/daemons.frr.tmpl +++ b/data/templates/frr/daemons.frr.tmpl @@ -14,7 +14,7 @@ # fabricd # # -# The zebra, mgmtd and staticd daemons are always started and can not be disabled +# The zebra, mgmtd and staticd daemons are always started and cannot be disabled # #zebra=yes #mgmtd=yes diff --git a/data/templates/ids/suricata.j2 b/data/templates/ids/suricata.j2 index d76994c47..9f94734fb 100644 --- a/data/templates/ids/suricata.j2 +++ b/data/templates/ids/suricata.j2 @@ -92,7 +92,7 @@ af-packet: # Recommended modes are cluster_flow on most boxes and cluster_cpu or cluster_qm on system # with capture card using RSS (requires cpu affinity tuning and system IRQ tuning) cluster-type: cluster_flow - # In some fragmentation cases, the hash can not be computed. If "defrag" is set + # In some fragmentation cases, the hash cannot be computed. If "defrag" is set # to yes, the kernel will do the needed defragmentation before sending the packets. defrag: yes {% endfor %} |
