diff --git a/api-ref/source/servers-remote-consoles.inc b/api-ref/source/servers-remote-consoles.inc index 4fd8e7c9d62e..7bcf96b17c08 100644 --- a/api-ref/source/servers-remote-consoles.inc +++ b/api-ref/source/servers-remote-consoles.inc @@ -18,7 +18,7 @@ get a URL to connect the console from this API. The URL includes the token which is used to get permission to access the console. Servers may support different console protocols. To return a remote console using a specific protocol, such as RDP, set the ``protocol`` parameter to ``rdp``. For the same -protocol, there may be different connection types such as ``vnc protocal and +protocol, there may be different connection types such as ``vnc protocol and novnc type`` or ``vnc protocol and xvpvnc type``. Normal response codes: 200 diff --git a/nova/policies/used_limits.py b/nova/policies/used_limits.py index c91818f94033..0f2b7fb6cc68 100644 --- a/nova/policies/used_limits.py +++ b/nova/policies/used_limits.py @@ -20,7 +20,7 @@ BASE_POLICY_NAME = 'os_compute_api:os-used-limits' used_limits_policies = [ - # TODO(aunnam): Remove this rule after we seperate the scope check from + # TODO(aunnam): Remove this rule after we separate the scope check from # policies, as this is only checking the scope. base.create_rule_default( BASE_POLICY_NAME,