From fa853ed8f25b5b9bf396d6e819b2c6259e7f5f42 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 16 Jun 2026 20:24:44 +0200 Subject: 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. --- src/migration-scripts/interfaces/33-to-34 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/migration-scripts/interfaces') diff --git a/src/migration-scripts/interfaces/33-to-34 b/src/migration-scripts/interfaces/33-to-34 index ccda04d0c..cb804b9ef 100644 --- a/src/migration-scripts/interfaces/33-to-34 +++ b/src/migration-scripts/interfaces/33-to-34 @@ -33,7 +33,7 @@ def migrate(config: ConfigTree) -> None: config.delete(cc_path) # There can be only ONE wireless country-code per device, everything - # else makes no sense as a WIFI router can not operate in two + # else makes no sense as a WIFI router cannot operate in two # different countries if not installed: config.set(['system', 'wireless', 'country-code'], value=tmp) -- cgit v1.2.3