summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/utils.py b/nova/utils.py
index 0023442b1..a30d90ff1 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -872,7 +872,7 @@ def gen_uuid():
def is_uuid_like(val):
- """For our purposes, a UUID is a string in canoical form:
+ """For our purposes, a UUID is a string in canonical form:
aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa
"""
@@ -910,7 +910,7 @@ def is_valid_ipv4(address):
def monkey_patch():
""" If the Flags.monkey_patch set as True,
- this functuion patches a decorator
+ this function patches a decorator
for all functions in specified modules.
You can set decorators for each modules
using FLAGS.monkey_patch_modules.