diff options
author | Joe Gordon <jogo@cloudscaling.com> | 2011-11-09 13:01:35 -0800 |
---|---|---|
committer | Joe Gordon <jogo@cloudscaling.com> | 2011-11-09 19:57:44 -0800 |
commit | d7b9ee35569482be69918ba8ed448688568a7def (patch) | |
tree | 0195bd8bebfd826fa7ce398f3715c1681bf39e9f /nova/utils.py | |
parent | bcb590cba55d3d7318f2870cddc1cf507652e2a2 (diff) | |
download | nova-d7b9ee35569482be69918ba8ed448688568a7def.tar.gz nova-d7b9ee35569482be69918ba8ed448688568a7def.tar.xz nova-d7b9ee35569482be69918ba8ed448688568a7def.zip |
More spelling fixes inside of nova
Change-Id: I79daf7519c99cc363ac7175c85912298f273da8a
Diffstat (limited to 'nova/utils.py')
-rw-r--r-- | nova/utils.py | 4 |
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. |