summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZihao Yu <zihao.yu@hbo.com>2014-09-10 14:22:22 -0400
committerZihao Yu <zihao.yu@hbo.com>2014-09-10 14:22:22 -0400
commitd36a1371c7d5576e49c262332102df25971aca0e (patch)
treef3c24ae5f9ac11d637e308f7d83fd72e5264a10d
parent7a397419e48b0f1b3dc76f62da624fe3ea7828cc (diff)
downloadboto-d36a1371c7d5576e49c262332102df25971aca0e.tar.gz
fix typo
-rw-r--r--boto/ec2/elb/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/ec2/elb/__init__.py b/boto/ec2/elb/__init__.py
index 5ae272f7..2c99f238 100644
--- a/boto/ec2/elb/__init__.py
+++ b/boto/ec2/elb/__init__.py
@@ -437,7 +437,7 @@ class ELBConnection(AWSQueryConnection):
value.enabled and 'true' or 'false'
params['LoadBalancerAttributes.ConnectionDraining.Timeout'] = \
value.timeout
- elif attribute.lower == 'connectingsettings':
+ elif attribute.lower == 'connectionsettings':
params['LoadBalancerAttributes.ConnectionSettings.IdleTimeout'] = \
value.idle_timeout
else: