From b55ce59976a2d17ad9a213a81a001e775e929545 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Sat, 25 Feb 2012 19:03:05 -0500 Subject: [PATCH] fix typo in comment --- lib/fog/aws/requests/rds/describe_db_security_groups.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/requests/rds/describe_db_security_groups.rb b/lib/fog/aws/requests/rds/describe_db_security_groups.rb index a4a63f625..c82c67c59 100644 --- a/lib/fog/aws/requests/rds/describe_db_security_groups.rb +++ b/lib/fog/aws/requests/rds/describe_db_security_groups.rb @@ -5,7 +5,7 @@ module Fog require 'fog/aws/parsers/rds/describe_db_security_groups' - # Describe all or specified db snapshots + # Describe all or specified db security groups # http://docs.amazonwebservices.com/AmazonRDS/latest/APIReference/index.html?API_DescribeDBSecurityGroups.html # ==== Parameters # * DBSecurityGroupName <~String> - The name of the DB Security Group to return details for.