diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-06-29 15:58:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-29 15:58:23 +0100 |
| commit | 772ccb06548fb1a65d8623ea545facb0bcabb97c (patch) | |
| tree | 1b0c279456eeae262fa5815cff7045523bc4c166 /src/op_mode/interfaces.py | |
| parent | 4a888ac808c29323d3adb3862d908e7cb2bfc592 (diff) | |
| parent | 094928ba02bbabf3807ebe8f5ae77b957435d288 (diff) | |
| download | vyos-1x-772ccb06548fb1a65d8623ea545facb0bcabb97c.tar.gz vyos-1x-772ccb06548fb1a65d8623ea545facb0bcabb97c.zip | |
Merge pull request #5298 from vyos/ci/T8490-typos-vyos-1x
ci: T8490: fix typos in comments, strings, and local identifiers
Diffstat (limited to 'src/op_mode/interfaces.py')
| -rwxr-xr-x | src/op_mode/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/interfaces.py b/src/op_mode/interfaces.py index ecc4e73d2..5c6f04476 100755 --- a/src/op_mode/interfaces.py +++ b/src/op_mode/interfaces.py @@ -96,7 +96,7 @@ def _split_text(text, used=0): take a string and attempt to split it to fit with the width of the screen text: the string to split - used: number of characted already used in the screen + used: number of character already used in the screen """ no_tty = call('tty -s') |
