From: Sage Weil Date: Thu, 22 Nov 2012 21:59:58 +0000 (-0800) Subject: s3tests: fix typo X-Git-Tag: 1.1.0~2400 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b2f80359c248d578f20eba8d8ce0a6292ea63d94;p=teuthology.git s3tests: fix typo --- diff --git a/teuthology/task/s3tests.py b/teuthology/task/s3tests.py index cf321561e..0df77d03e 100644 --- a/teuthology/task/s3tests.py +++ b/teuthology/task/s3tests.py @@ -53,7 +53,7 @@ def do_download(ctx, config): @contextlib.contextmanager def download(ctx, config): - return do_downoad(ctx, config) + return do_download(ctx, config) def _config_user(s3tests_conf, section, user): s3tests_conf[section].setdefault('user_id', user)