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/pptp/2-to-3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/migration-scripts/pptp') diff --git a/src/migration-scripts/pptp/2-to-3 b/src/migration-scripts/pptp/2-to-3 index 9f06aa1a7..dfecf51c8 100644 --- a/src/migration-scripts/pptp/2-to-3 +++ b/src/migration-scripts/pptp/2-to-3 @@ -47,7 +47,7 @@ def migrate(config: ConfigTree) -> None: config.set(base + ['default-pool'], value=range_pool_name) else: Warning( - f'PPTP client-ip-pool range start-ip:{start_ip} and stop-ip:{stop_ip} can not be migrated.') + f'PPTP client-ip-pool range start-ip:{start_ip} and stop-ip:{stop_ip} cannot be migrated.') config.delete(pool_base + ['start']) config.delete(pool_base + ['stop']) -- cgit v1.2.3