diff options
Diffstat (limited to 'src/migration-scripts/interfaces')
| -rw-r--r-- | src/migration-scripts/interfaces/33-to-34 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
