summaryrefslogtreecommitdiff
path: root/src/op_mode/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/op_mode/interfaces.py')
-rwxr-xr-xsrc/op_mode/interfaces.py2
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')