Fix some spelling mistakes

This commit is contained in:
Madhuri Kumari
2017-12-22 12:09:07 +05:30
parent 5d46bb8808
commit d1c597095f
5 changed files with 6 additions and 6 deletions
@@ -65,7 +65,7 @@ The general workflow of a device plugin includes the following steps:
```gRPC
service DevicePlugin {
// ListAndWatch returns a stream of List of Devices
// Whenever a Device state change or a Device disapears, ListAndWatch
// Whenever a Device state change or a Device disappears, ListAndWatch
// returns the new list
rpc ListAndWatch(Empty) returns (stream ListAndWatchResponse) {}