Gcloud: fix typo
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8bffdaa9 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8bffdaa9 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8bffdaa9 Branch: refs/heads/trunk Commit: 8bffdaa9c545aabe0cfb088c91ab12c27e4ae14d Parents: 3e25c2c Author: zacharya19 <[email protected]> Authored: Thu Jan 12 20:59:02 2017 +0200 Committer: Anthony Shaw <[email protected]> Committed: Sat Apr 1 11:36:28 2017 +1100 ---------------------------------------------------------------------- libcloud/compute/drivers/gce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/8bffdaa9/libcloud/compute/drivers/gce.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py index 404a6d7..9bf87bb 100644 --- a/libcloud/compute/drivers/gce.py +++ b/libcloud/compute/drivers/gce.py @@ -5753,7 +5753,7 @@ class GCENodeDriver(NodeDriver): def ex_instancegroupmanager_delete_instances(self, manager, node_list): """ - Remove instances from GCEInstanceGroupManager and destry + Remove instances from GCEInstanceGroupManager and destroy the instance Scopes needed - one of the following:
