Revision 2fd4e86d lib/rpc/transport.py

b/lib/rpc/transport.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2013 Google Inc.
4
# Copyright (C) 2013, 2014 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
44 44

  
45 45
  This is used on the client side.
46 46

  
47
  This could be replace by any other class that provides the same
47
  This could be replaced by any other class that provides the same
48 48
  semantics to the Client. This means:
49 49
    - can send messages and receive messages
50 50
    - safe for multithreading

Also available in: Unified diff