diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-06-16 20:24:44 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-06-16 20:24:44 +0200 |
| commit | fa853ed8f25b5b9bf396d6e819b2c6259e7f5f42 (patch) | |
| tree | 9ee5a9c573512f393384d5adc9211457915a3bac /data | |
| parent | 4fb32bc179127691f40c8e93c55877aa76f10416 (diff) | |
| download | vyos-1x-fa853ed8f25b5b9bf396d6e819b2c6259e7f5f42.tar.gz vyos-1x-fa853ed8f25b5b9bf396d6e819b2c6259e7f5f42.zip | |
T8923: normalize "can not" to "cannot"
Replace two-word "can not" / "Can not" with "cannot" across comments,
ConfigError messages, CLI help text, and op-mode output.
Standard SNMP MIB files under mibs/ are left unchanged.
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 %} |
