mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|compute] fix typo in deprecation warning
This commit is contained in:
parent
5291ac1d7d
commit
1fe6c61e39
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module Fog
|
|||
#
|
||||
|
||||
def authorize_group_and_owner(group, owner = nil)
|
||||
Fog::Logger.deprecation("authorize_group_and_ownder is deprecated, use authorize_port_range with :group option instead")
|
||||
Fog::Logger.deprecation("authorize_group_and_owner is deprecated, use authorize_port_range with :group option instead")
|
||||
|
||||
requires_one :name, :group_id
|
||||
|
||||
|
|
Loading…
Reference in a new issue