summaryrefslogtreecommitdiff
path: root/nova/tests/functional/regressions/test_bug_1893284.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/functional/regressions/test_bug_1893284.py')
-rw-r--r--nova/tests/functional/regressions/test_bug_1893284.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/functional/regressions/test_bug_1893284.py b/nova/tests/functional/regressions/test_bug_1893284.py
index b7ca848c4d..ccb12f50b7 100644
--- a/nova/tests/functional/regressions/test_bug_1893284.py
+++ b/nova/tests/functional/regressions/test_bug_1893284.py
@@ -25,7 +25,7 @@ class TestServersPerUserQuota(test.TestCase,
tracking usages in a separate database table. As part of that change,
per-user quota functionality was broken for server creates.
- When mulitple users in the same project have per-user quota, they are meant
+ When multiple users in the same project have per-user quota, they are meant
to be allowed to create resources such that may not exceed their
per-user quota nor their project quota.