Chromium Code Reviews| Index: boto/ec2/volume.py |
| diff --git a/boto/ec2/volume.py b/boto/ec2/volume.py |
| index 45345fa252626ae3f1bcb907a783a65a4ea3266a..57f2cb1b6fdd4c1c1712176f8d5ada053f398562 100644 |
| --- a/boto/ec2/volume.py |
| +++ b/boto/ec2/volume.py |
| @@ -110,7 +110,7 @@ class Volume(TaggedEC2Object): |
| :type device: str |
| :param device: The device on the instance through which the |
| - volume will be exposted (e.g. /dev/sdh) |
| + volume will be exposed (e.g. /dev/sdh) |
| :rtype: bool |
| :return: True if successful |