1
0
Fork 0
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:
Aaron Suggs 2012-08-02 10:36:38 -04:00
parent 5291ac1d7d
commit 1fe6c61e39

View file

@ -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