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:
|
if "" in packages:
|
||||||
packages.remove("")
|
packages.remove("")
|
||||||
|
|
||||||
lenght = len(entry) + 2 * len(packages) + sum(map(len, packages))
|
length = len(entry) + 2 * len(packages) + sum(map(len, packages))
|
||||||
if wrap_always or lenght > 80:
|
if wrap_always or length > 80:
|
||||||
indentation = " "
|
indentation = " "
|
||||||
if not short_indent:
|
if not short_indent:
|
||||||
indentation *= (len(entry) + 2)
|
indentation *= (len(entry) + 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user