Return-Path: Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: (qmail 55028 invoked from network); 5 Aug 2010 20:00:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Aug 2010 20:00:36 -0000 Received: (qmail 84340 invoked by uid 500); 5 Aug 2010 20:00:36 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 84323 invoked by uid 500); 5 Aug 2010 20:00:36 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 84315 invoked by uid 99); 5 Aug 2010 20:00:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 20:00:36 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=10.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of clalance@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 20:00:29 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o75K09sC023055 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 5 Aug 2010 16:00:09 -0400 Received: from localhost.localdomain.com (dhcp-100-19-171.bos.redhat.com [10.16.19.171]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o75K04qU022961 for ; Thu, 5 Aug 2010 16:00:08 -0400 From: Chris Lalancette To: deltacloud-dev@incubator.apache.org Subject: [PATCH 08/10] Fix a typo in a comment in GoGrid. Date: Thu, 5 Aug 2010 15:57:22 -0400 Message-Id: <1281038244-15238-9-git-send-email-clalance@redhat.com> In-Reply-To: <1281038244-15238-1-git-send-email-clalance@redhat.com> References: <1281038244-15238-1-git-send-email-clalance@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 Signed-off-by: Chris Lalancette --- .../lib/deltacloud/drivers/gogrid/gogrid_driver.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/lib/deltacloud/drivers/gogrid/gogrid_driver.rb b/server/lib/deltacloud/drivers/gogrid/gogrid_driver.rb index 0135123..dbcb988 100644 --- a/server/lib/deltacloud/drivers/gogrid/gogrid_driver.rb +++ b/server/lib/deltacloud/drivers/gogrid/gogrid_driver.rb @@ -166,7 +166,7 @@ class GogridDriver < Deltacloud::BaseDriver if e.message == "400 Bad Request" # in the case of a VM that we just made, the grid/server/get method # throws a "400 Bad Request error". In this case we try again by - # getting a full listing a filtering on the id. This could + # getting a full listing and filtering on the id. This could # potentially take a long time, but I don't see another way to get # information about a newly created instance instances = list_instances(credentials, opts[:id]) -- 1.7.2