Skip to content

Commit 010725a

Browse files
committed
Fix copyright, typo
1 parent 7b52997 commit 010725a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/lib/Subscriber.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Subscriber extends EventEmitter {
6464
}
6565

6666
/**
67-
* Get the numbber of publishers currently connected to this subscriber
67+
* Get the number of publishers currently connected to this subscriber
6868
* @returns {number}
6969
*/
7070
getNumPublishers() {

src/lib/impl/PublisherImpl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Copyright 2016 Rethink Robotics
2+
* Copyright 2017 Rethink Robotics
33
*
4-
* Copyright 2016 Chris Smith
4+
* Copyright 2017 Chris Smith
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

src/lib/impl/SubscriberImpl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Copyright 2016 Rethink Robotics
2+
* Copyright 2017 Rethink Robotics
33
*
4-
* Copyright 2016 Chris Smith
4+
* Copyright 2017 Chris Smith
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)