diff --git a/rdpy/protocol/rdp/mcs.py b/rdpy/protocol/rdp/mcs.py index 5711e87..5ad4cae 100644 --- a/rdpy/protocol/rdp/mcs.py +++ b/rdpy/protocol/rdp/mcs.py @@ -1,5 +1,5 @@ ''' -@author: sylvain +@author: citronneur ''' from rdpy.network.const import ConstAttributes, TypeAttributes diff --git a/rdpy/protocol/rdp/rdp.py b/rdpy/protocol/rdp/rdp.py index fe6abbf..3abfe5e 100644 --- a/rdpy/protocol/rdp/rdp.py +++ b/rdpy/protocol/rdp/rdp.py @@ -7,7 +7,7 @@ from rdpy.network.layer import LayerMode class RDP(object): ''' - use to decode and dispatch to observer PDU message and orders + use to decode and dispatch to observer PDU messages and orders ''' def __init__(self): '''