Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 5fd0946

Browse files
Spelling (#197)
PR-URL: #197
1 parent 225e7db commit 5fd0946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system-test/test-controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('Controller', function() {
3737
new Debuggee(process.env.GCLOUD_PROJECT, 'test-uid-' + Date.now());
3838

3939
controller.register(debuggee, function(err, body) {
40-
assert.ifError(err, 'should be able to register successfull');
40+
assert.ifError(err, 'should be able to register successfully');
4141
assert.ok(body);
4242
assert.ok(body.debuggee);
4343
assert.ok(body.debuggee.id);
@@ -50,7 +50,7 @@ describe('Controller', function() {
5050
var debuggee =
5151
new Debuggee(process.env.GCLOUD_PROJECT, 'test-uid-' + Date.now());
5252
controller.register(debuggee, function(err, body) {
53-
assert.ifError(err, 'should be able to register successfull');
53+
assert.ifError(err, 'should be able to register successfully');
5454

5555
controller.listBreakpoints(debuggee, function(err, response, body) {
5656
assert.ifError(err, 'should successfully list breakpoints');

0 commit comments

Comments
 (0)