File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ InstanceGroup.prototype.delete = function(callback) {
304
304
* @param {boolean } options.running - Only return instances which are running.
305
305
* @param {function } callback - The callback function.
306
306
* @param {?error } callback.err - An error returned while making this request.
307
- * @param {module:compute/vm[] } callback.vms - VM objects from this isntance
307
+ * @param {module:compute/vm[] } callback.vms - VM objects from this instance
308
308
* group.
309
309
* @param {object } callback.apiResponse - The full API response.
310
310
*
Original file line number Diff line number Diff line change @@ -1454,7 +1454,7 @@ describe('Compute', function() {
1454
1454
var ZONE_NAME = 'zone-1' ;
1455
1455
var FULL_ZONE_NAME = 'zones/' + ZONE_NAME ;
1456
1456
1457
- var instanceGroup = { name : 'isntance -group-1' } ;
1457
+ var instanceGroup = { name : 'instance -group-1' } ;
1458
1458
var apiResponse = {
1459
1459
items : { }
1460
1460
} ;
You can’t perform that action at this time.
0 commit comments