mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Typo lenght -> length
This commit is contained in:
parent
66ad1f5854
commit
d814f79fa1
@ -71,8 +71,8 @@ class Control(object):
|
||||
if "" in packages:
|
||||
packages.remove("")
|
||||
|
||||
lenght = len(entry) + 2 * len(packages) + sum(map(len, packages))
|
||||
if wrap_always or lenght > 80:
|
||||
length = len(entry) + 2 * len(packages) + sum(map(len, packages))
|
||||
if wrap_always or length > 80:
|
||||
indentation = " "
|
||||
if not short_indent:
|
||||
indentation *= (len(entry) + 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user