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 /src/migration-scripts/pptp | |
| 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 'src/migration-scripts/pptp')
| -rw-r--r-- | src/migration-scripts/pptp/2-to-3 | 2 |
1 files changed, 1 insertions, 1 deletions
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']) |
